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.
16998 lines
886 KiB
Plaintext
16998 lines
886 KiB
Plaintext
###############################################################################
|
|
# Proxmox VE host performance assessment (READ-ONLY)
|
|
# Host: pfv-tsys6 (pfv-tsys6.knel.net)
|
|
# FQDN: pfv-tsys6.knel.net
|
|
# All IPs: 192.168.3.169 100.73.35.111 10.251.2.6 10.100.100.6 fd7a:115c:a1e0::df3b:236f
|
|
# Collected: 2026-07-28T02:50:35Z (UTC)
|
|
# 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 no - -
|
|
atop no - -
|
|
glances no - -
|
|
dstat no - -
|
|
nethogs no - -
|
|
iftop no - -
|
|
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
|
|
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
|
|
tcp_diag 20480 0
|
|
rpcsec_gss_krb5 32768 0
|
|
nfsv4 1200128 2
|
|
8021q 49152 0
|
|
sunrpc 815104 23 nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs
|
|
bonding 253952 0
|
|
kvm_intel 507904 18
|
|
kvm 1445888 13 kvm_intel
|
|
zfs 6258688 6
|
|
spl 151552 1 zfs
|
|
vhost_net 36864 3
|
|
vhost 69632 1 vhost_net
|
|
nvme_fabrics 36864 0
|
|
vhost_iotlb 16384 1 vhost
|
|
nvme_core 229376 1 nvme_fabrics
|
|
nvme_keyring 20480 2 nvme_core,nvme_fabrics
|
|
nvme_auth 28672 1 nvme_core
|
|
tcp_bbr 24576 24
|
|
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
|
|
bnx2 106496 0
|
|
|
|
###############################################################################
|
|
# 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:39 up 1 day, 4:31, 1 user, load average: 0.21, 0.10, 0.09
|
|
|
|
--- uptime raw (since boot)
|
|
$ cat /proc/uptime
|
|
102682.01 1566537.54
|
|
|
|
--- last reboot
|
|
$ last -x reboot
|
|
reboot system boot 7.0.14-6-pve Sun Jul 26 17:19 - still running
|
|
reboot system boot 6.17.2-1-pve Sun Jul 26 16:17 - 17:14 (00:56)
|
|
shutdown system down 6.17.2-1-pve Sun Jul 26 17:14 - 17:19 (00:04)
|
|
reboot system boot 6.17.2-1-pve Fri Jul 24 13:39 - 16:12 (2+02:33)
|
|
shutdown system down 6.17.2-1-pve Sun Jul 26 16:12 - 16:17 (00:04)
|
|
reboot system boot 6.17.2-1-pve Thu Jul 23 10:58 - 10:45 (23:47)
|
|
shutdown system down 6.17.2-1-pve Fri Jul 24 10:45 - 13:39 (02:53)
|
|
reboot system boot 6.17.2-1-pve Fri Jun 19 03:04 - 18:06 (33+15:02)
|
|
shutdown system down 6.17.2-1-pve Wed Jul 22 18:06 - 10:58 (16:51)
|
|
reboot system boot 6.17.2-1-pve Fri Jun 19 03:00 - crash
|
|
reboot system boot 6.17.2-1-pve Wed May 20 12:05 - crash
|
|
reboot system boot 6.17.2-1-pve Wed May 20 11:28 - crash
|
|
reboot system boot 6.17.2-1-pve Wed May 20 09:36 - crash
|
|
reboot system boot 6.17.2-1-pve Wed May 20 08:39 - crash
|
|
reboot system boot 6.17.2-1-pve Sun May 10 21:59 - crash
|
|
reboot system boot 6.17.2-1-pve Sun May 10 21:55 - crash
|
|
reboot system boot 6.17.2-1-pve Sun Apr 5 04:48 - crash
|
|
reboot system boot 6.17.2-1-pve Sun Apr 5 04:27 - 04:46 (00:18)
|
|
shutdown system down 6.17.2-1-pve Sun Apr 5 04:46 - 04:48 (00:01)
|
|
reboot system boot 6.17.2-1-pve Sat Apr 4 12:52 - 04:25 (15:32)
|
|
shutdown system down 6.17.2-1-pve Sun Apr 5 04:25 - 04:27 (00:02)
|
|
reboot system boot 6.17.2-1-pve Sat Apr 4 12:46 - 12:50 (00:04)
|
|
shutdown system down 6.17.2-1-pve Sat Apr 4 12:50 - 12:52 (00:01)
|
|
|
|
wtmpdb begins Sat Apr 4 12:46:05 2026
|
|
|
|
--- last logins
|
|
$ last
|
|
root pts/0 100.87.49.37 Mon Jul 27 08:43 - 08:43 (00:00)
|
|
reboot system boot 7.0.14-6-pve Sun Jul 26 17:19 - still running
|
|
root pts/2 100.87.49.37 Sun Jul 26 17:12 - 17:12 (00:00)
|
|
root pts/0 100.87.49.37 Sun Jul 26 17:10 - 17:14 (00:03)
|
|
reboot system boot 6.17.2-1-pve Sun Jul 26 16:17 - 17:14 (00:56)
|
|
root pts/0 100.87.49.37 Sun Jul 26 12:22 - 12:25 (00:03)
|
|
root pts/0 100.87.49.37 Sun Jul 26 11:51 - 11:54 (00:03)
|
|
root pts/0 100.87.49.37 Sun Jul 26 09:30 - 09:33 (00:03)
|
|
root pts/0 100.87.49.37 Sun Jul 26 09:21 - 09:28 (00:07)
|
|
root pts/0 100.87.49.37 Sat Jul 25 11:35 - 11:37 (00:01)
|
|
root pts/0 100.87.49.37 Sat Jul 25 01:24 - 01:29 (00:04)
|
|
reboot system boot 6.17.2-1-pve Fri Jul 24 13:39 - 16:12 (2+02:33)
|
|
root pts/0 100.87.49.37 Fri Jul 24 10:45 - 10:45 (00:00)
|
|
root pts/0 100.87.49.37 Thu Jul 23 13:55 - 13:55 (00:00)
|
|
root pts/0 100.87.49.37 Thu Jul 23 13:51 - 13:52 (00:00)
|
|
reboot system boot 6.17.2-1-pve Thu Jul 23 10:58 - 10:45 (23:47)
|
|
root pts/0 100.87.49.37 Wed Jul 22 17:40 - 17:44 (00:03)
|
|
root pts/0 100.87.49.37 Wed Jul 22 17:24 - 17:25 (00:00)
|
|
root pts/0 100.87.49.37 Wed Jul 22 17:01 - 17:20 (00:19)
|
|
root pts/0 100.87.49.37 Mon Jul 20 19:02 - 19:04 (00:01)
|
|
root pts/1 100.87.49.37 Mon Jul 20 12:28 - 12:28 (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:29 - 11:29 (00:00)
|
|
root pts/0 100.87.49.37 Mon Jul 20 11:29 - 11:29 (00:00)
|
|
root pts/0 100.87.49.37 Mon Jul 20 11:13 - 11:13 (00:00)
|
|
root pts/0 100.87.49.37 Mon Jul 20 10:58 - 10:58 (00:00)
|
|
root pts/0 100.87.49.37 Mon Jul 20 10:51 - 10:52 (00:00)
|
|
reboot system boot 6.17.2-1-pve Fri Jun 19 03:04 - 18:06 (33+15:02)
|
|
reboot system boot 6.17.2-1-pve Fri Jun 19 03:00 - crash
|
|
reboot system boot 6.17.2-1-pve Wed May 20 12:05 - crash
|
|
reboot system boot 6.17.2-1-pve Wed May 20 11:28 - crash
|
|
reboot system boot 6.17.2-1-pve Wed May 20 09:36 - crash
|
|
reboot system boot 6.17.2-1-pve Wed May 20 08:39 - crash
|
|
reboot system boot 6.17.2-1-pve Sun May 10 21:59 - crash
|
|
reboot system boot 6.17.2-1-pve Sun May 10 21:55 - crash
|
|
root pts/0 100.118.91.16 Mon Apr 27 13:47 - 13:47 (00:00)
|
|
root pts/0 100.118.91.16 Mon Apr 27 13:44 - 13:45 (00:00)
|
|
root pts/0 100.118.91.16 Mon Apr 27 12:48 - 12:56 (00:07)
|
|
root pts/0 100.118.91.16 Mon Apr 6 17:20 - 17:20 (00:00)
|
|
root pts/0 100.118.91.16 Mon Apr 6 09:43 - 09:43 (00:00)
|
|
root pts/0 100.118.91.16 Sun Apr 5 11:23 - 11:26 (00:02)
|
|
root pts/0 192.168.3.32 Sun Apr 5 10:02 - 10:04 (00:02)
|
|
root tty1 Sun Apr 5 04:50 - 09:54 (05:04)
|
|
reboot system boot 6.17.2-1-pve Sun Apr 5 04:48 - crash
|
|
root tty2 Sun Apr 5 04:45 - 04:46 (00:00)
|
|
root tty1 Sun Apr 5 04:30 - 04:46 (00:16)
|
|
reboot system boot 6.17.2-1-pve Sun Apr 5 04:27 - 04:46 (00:18)
|
|
root tty1 Sat Apr 4 12:57 - 04:25 (15:28)
|
|
reboot system boot 6.17.2-1-pve Sat Apr 4 12:52 - 04:25 (15:32)
|
|
root tty1 Sat Apr 4 12:48 - 12:50 (00:02)
|
|
reboot system boot 6.17.2-1-pve Sat Apr 4 12:46 - 12:50 (00:04)
|
|
|
|
wtmpdb begins Sat Apr 4 12:46:05 2026
|
|
|
|
--- uname
|
|
$ uname -a
|
|
Linux pfv-tsys6 7.0.14-6-pve #1 SMP PREEMPT_DYNAMIC PMX 7.0.14-6 (2026-07-20T14:45Z) x86_64 GNU/Linux
|
|
|
|
--- /proc/cmdline (boot args)
|
|
$ cat /proc/cmdline
|
|
BOOT_IMAGE=/boot/vmlinuz-7.0.14-6-pve root=/dev/mapper/pve-root ro intel_iommu=off quiet
|
|
|
|
###############################################################################
|
|
# 3. HARDWARE INVENTORY
|
|
###############################################################################
|
|
|
|
--- dmidecode -t system
|
|
$ dmidecode -t system
|
|
# dmidecode 3.6
|
|
Getting SMBIOS data from sysfs.
|
|
SMBIOS 2.6 present.
|
|
|
|
Handle 0x0100, DMI type 1, 27 bytes
|
|
System Information
|
|
Manufacturer: Dell Inc.
|
|
Product Name: PowerEdge R610
|
|
Version: Not Specified
|
|
Serial Number: 3B5DSL1
|
|
UUID: 4c4c4544-0042-3510-8044-b3c04f534c31
|
|
Wake-up Type: Power Switch
|
|
SKU Number: Not Specified
|
|
Family: Not Specified
|
|
|
|
Handle 0x0C00, DMI type 12, 5 bytes
|
|
System Configuration Options
|
|
Option 1: NVRAM_CLR: Clear user settable NVRAM areas and set defaults
|
|
Option 2: PWRD_EN: Close to enable password
|
|
|
|
Handle 0x2000, DMI type 32, 11 bytes
|
|
System Boot Information
|
|
Status: No errors detected
|
|
|
|
|
|
--- dmidecode -t baseboard
|
|
$ dmidecode -t baseboard
|
|
# dmidecode 3.6
|
|
Getting SMBIOS data from sysfs.
|
|
SMBIOS 2.6 present.
|
|
|
|
Handle 0x0200, DMI type 2, 9 bytes
|
|
Base Board Information
|
|
Manufacturer: Dell Inc.
|
|
Product Name: 0XDN97
|
|
Version: A09
|
|
Serial Number: ..CN7016304R017M.
|
|
Asset Tag: Not Specified
|
|
|
|
Handle 0x0A00, DMI type 10, 14 bytes
|
|
On Board Device 1 Information
|
|
Type: Video
|
|
Status: Enabled
|
|
Description: Embedded Matrox G200 Video
|
|
On Board Device 2 Information
|
|
Type: Ethernet
|
|
Status: Enabled
|
|
Description: Embedded Broadcom 5709C NIC 1
|
|
On Board Device 3 Information
|
|
Type: Ethernet
|
|
Status: Enabled
|
|
Description: Embedded Broadcom 5709C NIC 2
|
|
On Board Device 4 Information
|
|
Type: Ethernet
|
|
Status: Enabled
|
|
Description: Embedded Broadcom 5709C NIC 3
|
|
On Board Device 5 Information
|
|
Type: Ethernet
|
|
Status: Enabled
|
|
Description: Embedded Broadcom 5709C NIC 4
|
|
|
|
Handle 0x2900, DMI type 41, 11 bytes
|
|
Onboard Device
|
|
Reference Designation: Embedded NIC 1
|
|
Type: Ethernet
|
|
Status: Enabled
|
|
Type Instance: 1
|
|
Bus Address: 0000:01:00.0
|
|
|
|
Handle 0x2901, DMI type 41, 11 bytes
|
|
Onboard Device
|
|
Reference Designation: Embedded NIC 2
|
|
Type: Ethernet
|
|
Status: Enabled
|
|
Type Instance: 2
|
|
Bus Address: 0000:01:00.1
|
|
|
|
Handle 0x2902, DMI type 41, 11 bytes
|
|
Onboard Device
|
|
Reference Designation: Embedded NIC 3
|
|
Type: Ethernet
|
|
Status: Enabled
|
|
Type Instance: 3
|
|
Bus Address: 0000:02:00.0
|
|
|
|
Handle 0x2903, DMI type 41, 11 bytes
|
|
Onboard Device
|
|
Reference Designation: Embedded NIC 4
|
|
Type: Ethernet
|
|
Status: Enabled
|
|
Type Instance: 4
|
|
Bus Address: 0000:02:00.1
|
|
|
|
Handle 0x2904, DMI type 41, 11 bytes
|
|
Onboard Device
|
|
Reference Designation:
|
|
Type: SAS Controller
|
|
Status: Disabled
|
|
Type Instance: 4
|
|
|
|
Handle 0x2906, DMI type 41, 11 bytes
|
|
Onboard Device
|
|
Reference Designation: Embedded Video
|
|
Type: Video
|
|
Status: Enabled
|
|
Type Instance: 4
|
|
Bus Address: 0000:06:03.0
|
|
|
|
|
|
--- dmidecode -t bios
|
|
$ dmidecode -t bios
|
|
# dmidecode 3.6
|
|
Getting SMBIOS data from sysfs.
|
|
SMBIOS 2.6 present.
|
|
|
|
Handle 0x0000, DMI type 0, 24 bytes
|
|
BIOS Information
|
|
Vendor: Dell Inc.
|
|
Version: 2.0.13
|
|
Release Date: 04/06/2010
|
|
Address: 0xF0000
|
|
Runtime Size: 64 kB
|
|
ROM Size: 4 MB
|
|
Characteristics:
|
|
ISA is supported
|
|
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
|
|
Japanese floppy for Toshiba 1.2 MB is supported (int 13h)
|
|
5.25"/360 kB floppy services are supported (int 13h)
|
|
5.25"/1.2 MB floppy services are supported (int 13h)
|
|
3.5"/720 kB floppy services are supported (int 13h)
|
|
8042 keyboard services are supported (int 9h)
|
|
Serial services are supported (int 14h)
|
|
CGA/mono video services are supported (int 10h)
|
|
ACPI is supported
|
|
USB legacy is supported
|
|
BIOS boot specification is supported
|
|
Function key-initiated network boot is supported
|
|
Targeted content distribution is supported
|
|
BIOS Revision: 2.0
|
|
|
|
Handle 0x0D00, 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.6 present.
|
|
|
|
Handle 0x0300, DMI type 3, 21 bytes
|
|
Chassis Information
|
|
Manufacturer: Dell Inc.
|
|
Type: Rack Mount Chassis
|
|
Lock: Present
|
|
Version: Not Specified
|
|
Serial Number: 3B5DSL1
|
|
Asset Tag:
|
|
Boot-up State: Safe
|
|
Power Supply State: Safe
|
|
Thermal State: Safe
|
|
Security Status: Unknown
|
|
OEM Information: 0x00000000
|
|
Height: 1 U
|
|
Number Of Power Cords: Unspecified
|
|
Contained Elements: 0
|
|
|
|
|
|
--- dmidecode -t processor
|
|
$ dmidecode -t processor
|
|
# dmidecode 3.6
|
|
Getting SMBIOS data from sysfs.
|
|
SMBIOS 2.6 present.
|
|
|
|
Handle 0x0400, DMI type 4, 40 bytes
|
|
Processor Information
|
|
Socket Designation: CPU1
|
|
Type: Central Processor
|
|
Family: Xeon
|
|
Manufacturer: Intel
|
|
ID: A5 06 01 00 FF FB EB BF
|
|
Signature: Type 0, Family 6, Model 26, Stepping 5
|
|
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) Xeon(R) CPU E5530 @ 2.40GHz
|
|
Voltage: 1.2 V
|
|
External Clock: 5860 MHz
|
|
Max Speed: 3600 MHz
|
|
Current Speed: 2400 MHz
|
|
Status: Populated, Enabled
|
|
Upgrade: Socket LGA1366
|
|
L1 Cache Handle: 0x0700
|
|
L2 Cache Handle: 0x0701
|
|
L3 Cache Handle: 0x0702
|
|
Serial Number: Not Specified
|
|
Asset Tag: Not Specified
|
|
Part Number: Not Specified
|
|
Core Count: 4
|
|
Core Enabled: 4
|
|
Thread Count: 8
|
|
Characteristics:
|
|
64-bit capable
|
|
|
|
Handle 0x0401, DMI type 4, 40 bytes
|
|
Processor Information
|
|
Socket Designation: CPU2
|
|
Type: Central Processor
|
|
Family: Xeon
|
|
Manufacturer: Intel
|
|
ID: A5 06 01 00 FF FB EB BF
|
|
Signature: Type 0, Family 6, Model 26, Stepping 5
|
|
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) Xeon(R) CPU E5530 @ 2.40GHz
|
|
Voltage: 1.2 V
|
|
External Clock: 5860 MHz
|
|
Max Speed: 3600 MHz
|
|
Current Speed: 2400 MHz
|
|
Status: Populated, Idle
|
|
Upgrade: Socket LGA1366
|
|
L1 Cache Handle: 0x0703
|
|
L2 Cache Handle: 0x0704
|
|
L3 Cache Handle: 0x0705
|
|
Serial Number: Not Specified
|
|
Asset Tag: Not Specified
|
|
Part Number: Not Specified
|
|
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.6 present.
|
|
|
|
Handle 0x1000, DMI type 16, 15 bytes
|
|
Physical Memory Array
|
|
Location: System Board Or Motherboard
|
|
Use: System Memory
|
|
Error Correction Type: Multi-bit ECC
|
|
Maximum Capacity: 192 GB
|
|
Error Information Handle: Not Provided
|
|
Number Of Devices: 12
|
|
|
|
Handle 0x1100, DMI type 17, 28 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: Not Provided
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: 16 GB
|
|
Form Factor: DIMM
|
|
Set: 1
|
|
Locator: DIMM_A1
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Synchronous Registered (Buffered)
|
|
Speed: 1333 MT/s
|
|
Manufacturer: 00CE00B380CE
|
|
Serial Number: 352705DF
|
|
Asset Tag: 02124963
|
|
Part Number: M393B2G70BH0-YH9
|
|
Rank: 2
|
|
|
|
Handle 0x1101, DMI type 17, 28 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: Not Provided
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: 16 GB
|
|
Form Factor: DIMM
|
|
Set: 1
|
|
Locator: DIMM_A2
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Synchronous Registered (Buffered)
|
|
Speed: 1333 MT/s
|
|
Manufacturer: 00CE00B380CE
|
|
Serial Number: 352703F3
|
|
Asset Tag: 02124963
|
|
Part Number: M393B2G70BH0-YH9
|
|
Rank: 2
|
|
|
|
Handle 0x1102, DMI type 17, 28 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: Not Provided
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: 16 GB
|
|
Form Factor: DIMM
|
|
Set: 2
|
|
Locator: DIMM_A3
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Synchronous Registered (Buffered)
|
|
Speed: 1333 MT/s
|
|
Manufacturer: 00CE00B380CE
|
|
Serial Number: 353C3634
|
|
Asset Tag: 02125163
|
|
Part Number: M393B2G70BH0-YH9
|
|
Rank: 2
|
|
|
|
Handle 0x1103, DMI type 17, 28 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: Not Provided
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: 16 GB
|
|
Form Factor: DIMM
|
|
Set: 2
|
|
Locator: DIMM_A4
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Synchronous Registered (Buffered)
|
|
Speed: 1333 MT/s
|
|
Manufacturer: 00CE00B380CE
|
|
Serial Number: 352708D9
|
|
Asset Tag: 02124963
|
|
Part Number: M393B2G70BH0-YH9
|
|
Rank: 2
|
|
|
|
Handle 0x1104, DMI type 17, 28 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: Not Provided
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: 16 GB
|
|
Form Factor: DIMM
|
|
Set: 3
|
|
Locator: DIMM_A5
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Synchronous Registered (Buffered)
|
|
Speed: 1333 MT/s
|
|
Manufacturer: 00CE00B380CE
|
|
Serial Number: 352708D7
|
|
Asset Tag: 02124963
|
|
Part Number: M393B2G70BH0-YH9
|
|
Rank: 2
|
|
|
|
Handle 0x1105, DMI type 17, 28 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: Not Provided
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: 16 GB
|
|
Form Factor: DIMM
|
|
Set: 3
|
|
Locator: DIMM_A6
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Synchronous Registered (Buffered)
|
|
Speed: 1333 MT/s
|
|
Manufacturer: 00CE00B380CE
|
|
Serial Number: 351F0E9A
|
|
Asset Tag: 02124963
|
|
Part Number: M393B2G70BH0-YH9
|
|
Rank: 2
|
|
|
|
Handle 0x1109, DMI type 17, 28 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: Not Provided
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: No Module Installed
|
|
Form Factor: DIMM
|
|
Set: 5
|
|
Locator: DIMM_B1
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Synchronous
|
|
|
|
Handle 0x110A, DMI type 17, 28 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: Not Provided
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: No Module Installed
|
|
Form Factor: DIMM
|
|
Set: 6
|
|
Locator: DIMM_B2
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Synchronous
|
|
|
|
Handle 0x110B, DMI type 17, 28 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: Not Provided
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: 16 GB
|
|
Form Factor: DIMM
|
|
Set: 6
|
|
Locator: DIMM_B3
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Synchronous Registered (Buffered)
|
|
Speed: 1333 MT/s
|
|
Manufacturer: 00CE00B380CE
|
|
Serial Number: 353C3192
|
|
Asset Tag: 02125163
|
|
Part Number: M393B2G70BH0-YH9
|
|
Rank: 2
|
|
|
|
Handle 0x110C, DMI type 17, 28 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: Not Provided
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: No Module Installed
|
|
Form Factor: DIMM
|
|
Set: 4
|
|
Locator: DIMM_B4
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Synchronous
|
|
|
|
Handle 0x110D, DMI type 17, 28 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: Not Provided
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: No Module Installed
|
|
Form Factor: DIMM
|
|
Set: 5
|
|
Locator: DIMM_B5
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Synchronous
|
|
|
|
Handle 0x110E, DMI type 17, 28 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: Not Provided
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: 16 GB
|
|
Form Factor: DIMM
|
|
Set: 6
|
|
Locator: DIMM_B6
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Synchronous Registered (Buffered)
|
|
Speed: 1333 MT/s
|
|
Manufacturer: 00CE00B380CE
|
|
Serial Number: 353C32B8
|
|
Asset Tag: 02125163
|
|
Part Number: M393B2G70BH0-YH9
|
|
Rank: 2
|
|
|
|
|
|
--- dmidecode -t cache
|
|
$ dmidecode -t cache
|
|
# dmidecode 3.6
|
|
Getting SMBIOS data from sysfs.
|
|
SMBIOS 2.6 present.
|
|
|
|
Handle 0x0700, DMI type 7, 19 bytes
|
|
Cache Information
|
|
Socket Designation: Not Specified
|
|
Configuration: Enabled, Not Socketed, Level 1
|
|
Operational Mode: Write Back
|
|
Location: Internal
|
|
Installed Size: 128 kB
|
|
Maximum Size: 128 kB
|
|
Supported SRAM Types:
|
|
Unknown
|
|
Installed SRAM Type: Unknown
|
|
Speed: Unknown
|
|
Error Correction Type: Single-bit ECC
|
|
System Type: Data
|
|
Associativity: 8-way Set-associative
|
|
|
|
Handle 0x0701, DMI type 7, 19 bytes
|
|
Cache Information
|
|
Socket Designation: Not Specified
|
|
Configuration: Enabled, Not Socketed, Level 2
|
|
Operational Mode: Write Back
|
|
Location: Internal
|
|
Installed Size: 1 MB
|
|
Maximum Size: 2 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 0x0702, DMI type 7, 19 bytes
|
|
Cache Information
|
|
Socket Designation: Not Specified
|
|
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
|
|
|
|
Handle 0x0703, DMI type 7, 19 bytes
|
|
Cache Information
|
|
Socket Designation: Not Specified
|
|
Configuration: Enabled, Not Socketed, Level 1
|
|
Operational Mode: Write Back
|
|
Location: Internal
|
|
Installed Size: 128 kB
|
|
Maximum Size: 128 kB
|
|
Supported SRAM Types:
|
|
Unknown
|
|
Installed SRAM Type: Unknown
|
|
Speed: Unknown
|
|
Error Correction Type: Single-bit ECC
|
|
System Type: Data
|
|
Associativity: 8-way Set-associative
|
|
|
|
Handle 0x0704, DMI type 7, 19 bytes
|
|
Cache Information
|
|
Socket Designation: Not Specified
|
|
Configuration: Enabled, Not Socketed, Level 2
|
|
Operational Mode: Write Back
|
|
Location: Internal
|
|
Installed Size: 1 MB
|
|
Maximum Size: 2 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 0x0705, DMI type 7, 19 bytes
|
|
Cache Information
|
|
Socket Designation: Not Specified
|
|
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.6 present.
|
|
|
|
Handle 0x0800, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: Not Specified
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: DB-15 female
|
|
Port Type: Video Port
|
|
|
|
Handle 0x0801, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: Not Specified
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: DB-15 female
|
|
Port Type: Video Port
|
|
|
|
Handle 0x0802, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: Not Specified
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: Access Bus (USB)
|
|
Port Type: USB
|
|
|
|
Handle 0x0803, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: Not Specified
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: Access Bus (USB)
|
|
Port Type: USB
|
|
|
|
Handle 0x0808, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: Not Specified
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: Access Bus (USB)
|
|
Port Type: USB
|
|
|
|
Handle 0x0809, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: Not Specified
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: Access Bus (USB)
|
|
Port Type: USB
|
|
|
|
Handle 0x080A, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: INT_USB
|
|
Internal Connector Type: Access Bus (USB)
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: None
|
|
Port Type: USB
|
|
|
|
Handle 0x080B, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: INT_SD
|
|
Internal Connector Type: Other
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: None
|
|
Port Type: USB
|
|
|
|
Handle 0x080E, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: Not Specified
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: RJ-45
|
|
Port Type: Network Port
|
|
|
|
Handle 0x080F, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: Not Specified
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: RJ-45
|
|
Port Type: Network Port
|
|
|
|
Handle 0x0810, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: Not Specified
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: RJ-45
|
|
Port Type: Network Port
|
|
|
|
Handle 0x0811, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: Not Specified
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: RJ-45
|
|
Port Type: Network Port
|
|
|
|
Handle 0x0812, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: Not Specified
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: DB-9 male
|
|
Port Type: Serial Port 16550A Compatible
|
|
|
|
|
|
--- dmidecode -t slot
|
|
$ dmidecode -t slot
|
|
# dmidecode 3.6
|
|
Getting SMBIOS data from sysfs.
|
|
SMBIOS 2.6 present.
|
|
|
|
Handle 0x0900, DMI type 9, 17 bytes
|
|
System Slot Information
|
|
Designation: PCI1
|
|
Type: PCI Express 2
|
|
Data Bus Width: 8x or x8
|
|
Current Usage: In Use
|
|
Length: Long
|
|
ID: 1
|
|
Characteristics:
|
|
3.3 V is provided
|
|
PME signal is supported
|
|
Bus Address: 0000:04:00.0
|
|
|
|
Handle 0x0901, DMI type 9, 17 bytes
|
|
System Slot Information
|
|
Designation: PCI2
|
|
Type: PCI Express 2
|
|
Data Bus Width: 8x or x8
|
|
Current Usage: Available
|
|
Length: Long
|
|
ID: 2
|
|
Characteristics:
|
|
3.3 V is provided
|
|
PME signal is supported
|
|
|
|
|
|
--- lscpu
|
|
$ lscpu
|
|
Architecture: x86_64
|
|
CPU op-mode(s): 32-bit, 64-bit
|
|
Address sizes: 40 bits physical, 48 bits virtual
|
|
Byte Order: Little Endian
|
|
CPU(s): 16
|
|
On-line CPU(s) list: 0-15
|
|
Vendor ID: GenuineIntel
|
|
Model name: Intel(R) Xeon(R) CPU E5530 @ 2.40GHz
|
|
CPU family: 6
|
|
Model: 26
|
|
Thread(s) per core: 2
|
|
Core(s) per socket: 4
|
|
Socket(s): 2
|
|
Stepping: 5
|
|
Frequency boost: enabled
|
|
CPU(s) scaling MHz: 95%
|
|
CPU max MHz: 2395.0000
|
|
CPU min MHz: 1596.0000
|
|
BogoMIPS: 4787.75
|
|
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida vnmi flush_l1d
|
|
Virtualization: VT-x
|
|
L1d cache: 256 KiB (8 instances)
|
|
L1i cache: 256 KiB (8 instances)
|
|
L2 cache: 2 MiB (8 instances)
|
|
L3 cache: 16 MiB (2 instances)
|
|
NUMA node(s): 2
|
|
NUMA node0 CPU(s): 0,2,4,6,8,10,12,14
|
|
NUMA node1 CPU(s): 1,3,5,7,9,11,13,15
|
|
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: Vulnerable: Clear CPU buffers attempted, no microcode; 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: Not affected
|
|
Vulnerability Tsa: Not affected
|
|
Vulnerability Tsx async abort: Not affected
|
|
Vulnerability Vmscape: Not affected
|
|
|
|
--- lscpu cache
|
|
$ lscpu -C
|
|
NAME ONE-SIZE ALL-SIZE WAYS TYPE LEVEL SETS PHY-LINE COHERENCY-SIZE
|
|
L1d 32K 256K 8 Data 1 64 1 64
|
|
L1i 32K 256K 4 Instruction 1 128 1 64
|
|
L2 256K 2M 8 Unified 2 512 1 64
|
|
L3 8M 16M 16 Unified 3 8192 1 64
|
|
|
|
--- numactl --hardware
|
|
$ numactl --hardware
|
|
available: 2 nodes (0-1)
|
|
node 0 cpus: 0 2 4 6 8 10 12 14
|
|
node 0 size: 96763 MB
|
|
node 0 free: 90093 MB
|
|
node 1 cpus: 1 3 5 7 9 11 13 15
|
|
node 1 size: 32133 MB
|
|
node 1 free: 26939 MB
|
|
node distances:
|
|
node 0 1
|
|
0: 10 20
|
|
1: 20 10
|
|
|
|
--- numactl --show
|
|
$ numactl --show
|
|
policy: default
|
|
preferred node: current
|
|
physcpubind: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
|
cpubind: 0 1
|
|
nodebind: 0 1
|
|
membind: 0 1
|
|
preferred:
|
|
|
|
--- lspci -nnvv (verbose)
|
|
$ lspci -nnvv
|
|
00:00.0 Host bridge [0600]: Intel Corporation 5500 I/O Hub to ESI Port [8086:3403] (rev 13)
|
|
Subsystem: Dell PowerEdge R610 I/O Hub to ESI Port [1028:0236]
|
|
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-
|
|
Interrupt: pin A routed to IRQ 15
|
|
Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
|
|
Address: 00000000 Data: 0000
|
|
Masking: 00000000 Pending: 00000000
|
|
Capabilities: [90] Express (v2) Root Port (Slot-), IntMsgNum 0
|
|
DevCap: MaxPayload 128 bytes, PhantFunc 0
|
|
ExtTag+ RBE+ TEE-IO-
|
|
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
|
|
RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 128 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <64us
|
|
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk-
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
|
|
RootCap: CRSVisible-
|
|
RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+ PMEIntEna- CRSVisible-
|
|
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
|
|
DevCap2: Completion Timeout: Range BCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+
|
|
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 17s to 64s, TimeoutDis- ARIFwd-
|
|
AtomicOpsCtl: ReqEn- EgressBlck-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
|
|
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
|
|
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [e0] 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: [100 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol+ UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+ AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 00000000 00000000 00000000 00000000
|
|
RootCmd: CERptEn- NFERptEn- FERptEn-
|
|
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
|
|
FirstFatal- NonFatalMsg- FatalMsg- IntMsgNum 0
|
|
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
|
|
Capabilities: [150 v1] Access Control Services
|
|
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
|
|
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
|
|
Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
|
|
|
|
00:01.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 [8086:3408] (rev 13) (prog-if 00 [Normal decode])
|
|
Subsystem: Dell Device [1028:0236]
|
|
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 25
|
|
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
|
|
I/O behind bridge: [disabled] [16-bit]
|
|
Memory behind bridge: d2000000-d5ffffff [size=64M] [32-bit]
|
|
Prefetchable memory behind bridge: [disabled] [64-bit]
|
|
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
|
|
BridgeCtl: Parity+ SERR+ NoISA+ VGA- VGA16- MAbort- >Reset- FastB2B-
|
|
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
|
|
Capabilities: [40] Subsystem: Dell Device [1028:0236]
|
|
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
|
|
Address: fee00000 Data: 0020
|
|
Masking: 00000002 Pending: 00000000
|
|
Capabilities: [90] Express (v2) Root Port (Slot-), IntMsgNum 0
|
|
DevCap: MaxPayload 256 bytes, PhantFunc 0
|
|
ExtTag+ RBE+ TEE-IO-
|
|
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
|
|
RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 256 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
LnkCap: Port #1, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <64us
|
|
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
|
|
RootCap: CRSVisible+
|
|
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
|
|
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
|
|
DevCap2: Completion Timeout: Range BCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+
|
|
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 1s to 3.5s, TimeoutDis- ARIFwd-
|
|
AtomicOpsCtl: ReqEn- EgressBlck-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
|
|
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
|
|
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [e0] 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: [100 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol+ UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+ AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 00000000 00000000 00000000 00000000
|
|
RootCmd: CERptEn+ NFERptEn+ FERptEn+
|
|
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
|
|
FirstFatal- NonFatalMsg- FatalMsg- IntMsgNum 0
|
|
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
|
|
Capabilities: [150 v1] Access Control Services
|
|
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
|
|
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
|
|
Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
|
|
Kernel driver in use: pcieport
|
|
Kernel modules: shpchp
|
|
|
|
00:03.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 [8086:340a] (rev 13) (prog-if 00 [Normal decode])
|
|
Subsystem: Dell Device [1028:0236]
|
|
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 26
|
|
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
|
|
I/O behind bridge: [disabled] [16-bit]
|
|
Memory behind bridge: d6000000-d9ffffff [size=64M] [32-bit]
|
|
Prefetchable memory behind bridge: [disabled] [64-bit]
|
|
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
|
|
BridgeCtl: Parity+ SERR+ NoISA+ VGA- VGA16- MAbort- >Reset- FastB2B-
|
|
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
|
|
Capabilities: [40] Subsystem: Dell Device [1028:0236]
|
|
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
|
|
Address: fee02000 Data: 0020
|
|
Masking: 00000002 Pending: 00000000
|
|
Capabilities: [90] Express (v2) Root Port (Slot-), IntMsgNum 0
|
|
DevCap: MaxPayload 256 bytes, PhantFunc 0
|
|
ExtTag+ RBE+ TEE-IO-
|
|
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
|
|
RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 256 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
LnkCap: Port #3, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <64us
|
|
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
|
|
RootCap: CRSVisible+
|
|
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
|
|
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
|
|
DevCap2: Completion Timeout: Range BCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+
|
|
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 1s to 3.5s, TimeoutDis- ARIFwd-
|
|
AtomicOpsCtl: ReqEn- EgressBlck-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
|
|
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
|
|
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [e0] 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: [100 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol+ UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+ AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 00000000 00000000 00000000 00000000
|
|
RootCmd: CERptEn+ NFERptEn+ FERptEn+
|
|
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
|
|
FirstFatal- NonFatalMsg- FatalMsg- IntMsgNum 0
|
|
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
|
|
Capabilities: [150 v1] Access Control Services
|
|
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
|
|
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
|
|
Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
|
|
Kernel driver in use: pcieport
|
|
Kernel modules: shpchp
|
|
|
|
00:07.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 [8086:340e] (rev 13) (prog-if 00 [Normal decode])
|
|
Subsystem: Dell Device [1028:0236]
|
|
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 27
|
|
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
|
|
I/O behind bridge: [disabled] [16-bit]
|
|
Memory behind bridge: da000000-ddffffff [size=64M] [32-bit]
|
|
Prefetchable memory behind bridge: [disabled] [64-bit]
|
|
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
|
|
BridgeCtl: Parity+ SERR+ NoISA+ VGA- VGA16- MAbort- >Reset- FastB2B-
|
|
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
|
|
Capabilities: [40] Subsystem: Dell Device [1028:0236]
|
|
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
|
|
Address: fee14000 Data: 0020
|
|
Masking: 00000002 Pending: 00000000
|
|
Capabilities: [90] Express (v2) Root Port (Slot+), IntMsgNum 0
|
|
DevCap: MaxPayload 256 bytes, PhantFunc 0
|
|
ExtTag+ RBE+ TEE-IO-
|
|
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
|
|
RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 256 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
LnkCap: Port #7, Speed 5GT/s, Width x8, ASPM L0s L1, Exit Latency L0s <512ns, L1 <64us
|
|
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
|
|
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
|
|
Slot #1, PowerLimit 25W; Interlock- NoCompl-
|
|
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
|
|
Control: AttnInd Off, PwrInd Off, Power- Interlock-
|
|
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
|
|
Changed: MRL- PresDet+ LinkState+
|
|
RootCap: CRSVisible+
|
|
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
|
|
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
|
|
DevCap2: Completion Timeout: Range BCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+
|
|
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 1s to 3.5s, TimeoutDis- ARIFwd-
|
|
AtomicOpsCtl: ReqEn- EgressBlck-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
|
|
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
|
|
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [e0] 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: [100 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol+ UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+ AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 00000000 00000000 00000000 00000000
|
|
RootCmd: CERptEn+ NFERptEn+ FERptEn+
|
|
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
|
|
FirstFatal- NonFatalMsg- FatalMsg- IntMsgNum 0
|
|
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
|
|
Capabilities: [150 v1] Access Control Services
|
|
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
|
|
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
|
|
Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
|
|
Kernel driver in use: pcieport
|
|
Kernel modules: shpchp
|
|
|
|
00:09.0 PCI bridge [0604]: Intel Corporation 7500/5520/5500/X58 I/O Hub PCI Express Root Port 9 [8086:3410] (rev 13) (prog-if 00 [Normal decode])
|
|
Subsystem: Dell Device [1028:0236]
|
|
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 28
|
|
Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
|
|
I/O behind bridge: [disabled] [16-bit]
|
|
Memory behind bridge: [disabled] [32-bit]
|
|
Prefetchable memory behind bridge: [disabled] [64-bit]
|
|
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
|
|
BridgeCtl: Parity+ SERR+ NoISA+ VGA- VGA16- MAbort- >Reset- FastB2B-
|
|
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
|
|
Capabilities: [40] Subsystem: Dell Device [1028:0236]
|
|
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
|
|
Address: fee04000 Data: 0020
|
|
Masking: 00000002 Pending: 00000000
|
|
Capabilities: [90] Express (v2) Root Port (Slot+), IntMsgNum 0
|
|
DevCap: MaxPayload 256 bytes, PhantFunc 0
|
|
ExtTag+ RBE+ TEE-IO-
|
|
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
|
|
RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 128 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
LnkCap: Port #9, Speed 5GT/s, Width x8, ASPM L0s L1, Exit Latency L0s <512ns, L1 <64us
|
|
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable+ CommClk-
|
|
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+
|
|
LnkSta: Speed 2.5GT/s, Width x0
|
|
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
|
|
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
|
|
Slot #2, PowerLimit 25W; Interlock- NoCompl-
|
|
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
|
|
Control: AttnInd Off, PwrInd Off, Power- Interlock-
|
|
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
|
|
Changed: MRL- PresDet+ LinkState-
|
|
RootCap: CRSVisible+
|
|
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
|
|
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
|
|
DevCap2: Completion Timeout: Range BCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+
|
|
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 1s to 3.5s, TimeoutDis- ARIFwd-
|
|
AtomicOpsCtl: ReqEn- EgressBlck-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
|
|
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
|
|
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [e0] 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: [100 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol+ UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+ AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 00000000 00000000 00000000 00000000
|
|
RootCmd: CERptEn+ NFERptEn+ FERptEn+
|
|
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
|
|
FirstFatal- NonFatalMsg- FatalMsg- IntMsgNum 0
|
|
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
|
|
Capabilities: [150 v1] Access Control Services
|
|
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
|
|
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
|
|
Kernel driver in use: pcieport
|
|
Kernel modules: shpchp
|
|
|
|
00:14.0 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub System Management Registers [8086:342e] (rev 13) (prog-if 00 [8259])
|
|
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Capabilities: [40] Express (v2) 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-
|
|
MaxPayload 128 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS-
|
|
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
Kernel driver in use: i7core_edac
|
|
Kernel modules: i7core_edac
|
|
|
|
00:14.1 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers [8086:3422] (rev 13) (prog-if 00 [8259])
|
|
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-
|
|
Capabilities: [40] Express (v2) 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-
|
|
MaxPayload 128 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS-
|
|
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
|
|
00:14.2 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub Control Status and RAS Registers [8086:3423] (rev 13) (prog-if 00 [8259])
|
|
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-
|
|
Capabilities: [40] Express (v2) 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-
|
|
MaxPayload 128 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS-
|
|
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
|
|
00:1a.0 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 [8086:2937] (rev 02) (prog-if 00 [UHCI])
|
|
Subsystem: Dell PowerEdge R610 USB UHCI Controller [1028:0236]
|
|
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 17
|
|
Region 4: I/O ports at ec40 [size=32]
|
|
Capabilities: [50] PCI Advanced Features
|
|
AFCap: TP+ FLR+
|
|
AFCtrl: FLR-
|
|
AFStatus: TP-
|
|
Kernel driver in use: uhci_hcd
|
|
Kernel modules: uhci_hcd
|
|
|
|
00:1a.1 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 [8086:2938] (rev 02) (prog-if 00 [UHCI])
|
|
Subsystem: Dell PowerEdge R610 USB UHCI Controller [1028:0236]
|
|
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 18
|
|
Region 4: I/O ports at ec60 [size=32]
|
|
Capabilities: [50] PCI Advanced Features
|
|
AFCap: TP+ FLR+
|
|
AFCtrl: FLR-
|
|
AFStatus: TP-
|
|
Kernel driver in use: uhci_hcd
|
|
Kernel modules: uhci_hcd
|
|
|
|
00:1a.7 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 [8086:293c] (rev 02) (prog-if 20 [EHCI])
|
|
Subsystem: Dell PowerEdge R610 USB EHCI Controller [1028:0236]
|
|
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 C routed to IRQ 19
|
|
Region 0: Memory at df0ff800 (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:1c.0 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 [8086:2940] (rev 02) (prog-if 00 [Normal decode])
|
|
Subsystem: Dell Device [1028:0236]
|
|
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 29
|
|
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
|
|
I/O behind bridge: f000-ffff [size=4K] [16-bit]
|
|
Memory behind bridge: df100000-df2fffff [size=2M] [32-bit]
|
|
Prefetchable memory behind bridge: [disabled] [64-bit]
|
|
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
|
|
BridgeCtl: Parity+ SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
|
|
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
|
|
Capabilities: [40] Express (v1) Root Port (Slot-), IntMsgNum 0
|
|
DevCap: MaxPayload 128 bytes, PhantFunc 0
|
|
ExtTag- RBE+ TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr+ FatalErr+ UnsupReq+
|
|
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 128 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
|
|
LnkCap: Port #1, Speed 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us
|
|
ClockPM- Surprise- LLActRep+ BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable+ CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
|
|
RootCap: CRSVisible-
|
|
RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+ PMEIntEna+ CRSVisible-
|
|
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
|
|
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
|
|
Address: fee16000 Data: 0020
|
|
Capabilities: [90] Subsystem: Dell Device [1028:0236]
|
|
Capabilities: [a0] Power Management version 2
|
|
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
|
|
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
|
|
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=ff
|
|
Status: NegoPending- InProgress-
|
|
Capabilities: [180 v1] Root Complex Link
|
|
Desc: PortNumber=01 ComponentID=02 EltType=Config
|
|
Link0: Desc: TargetPort=00 TargetComponent=02 AssocRCRB- LinkType=MemMapped LinkValid+
|
|
Addr: 00000000feda8000
|
|
Kernel driver in use: pcieport
|
|
Kernel modules: shpchp
|
|
|
|
00:1d.0 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 [8086:2934] (rev 02) (prog-if 00 [UHCI])
|
|
Subsystem: Dell PowerEdge R610 USB UHCI Controller [1028:0236]
|
|
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 21
|
|
Region 4: I/O ports at ec80 [size=32]
|
|
Capabilities: [50] PCI Advanced Features
|
|
AFCap: TP+ FLR+
|
|
AFCtrl: FLR-
|
|
AFStatus: TP-
|
|
Kernel driver in use: uhci_hcd
|
|
Kernel modules: uhci_hcd
|
|
|
|
00:1d.1 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 [8086:2935] (rev 02) (prog-if 00 [UHCI])
|
|
Subsystem: Dell PowerEdge R610 USB UHCI Controller [1028:0236]
|
|
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 20
|
|
Region 4: I/O ports at eca0 [size=32]
|
|
Capabilities: [50] PCI Advanced Features
|
|
AFCap: TP+ FLR+
|
|
AFCtrl: FLR-
|
|
AFStatus: TP-
|
|
Kernel driver in use: uhci_hcd
|
|
Kernel modules: uhci_hcd
|
|
|
|
00:1d.7 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 [8086:293a] (rev 02) (prog-if 20 [EHCI])
|
|
Subsystem: Dell PowerEdge R610 USB EHCI Controller [1028:0236]
|
|
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 21
|
|
Region 0: Memory at df0ffc00 (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:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 92) (prog-if 01 [Subtractive decode])
|
|
Subsystem: Dell Device [1028:0236]
|
|
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
|
|
Bus: primary=00, secondary=06, subordinate=06, sec-latency=32
|
|
I/O behind bridge: [disabled] [16-bit]
|
|
Memory behind bridge: de000000-deffffff [size=16M] [32-bit]
|
|
Prefetchable memory behind bridge: d1800000-d1ffffff [size=8M] [32-bit]
|
|
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
|
|
BridgeCtl: Parity+ SERR+ NoISA- VGA+ VGA16- MAbort- >Reset- FastB2B-
|
|
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
|
|
Capabilities: [50] Subsystem: Dell Device [1028:0236]
|
|
|
|
00:1f.0 ISA bridge [0601]: Intel Corporation 82801IB (ICH9) LPC Interface Controller [8086:2918] (rev 02)
|
|
Subsystem: Dell PowerEdge R610 82801IB (ICH9) LPC Interface Controller [1028:0236]
|
|
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
|
|
Capabilities: [e0] Vendor Specific Information: Len=0c <?>
|
|
Kernel driver in use: lpc_ich
|
|
Kernel modules: lpc_ich
|
|
|
|
01:00.0 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20)
|
|
DeviceName: Embedded NIC 1
|
|
Subsystem: Dell PowerEdge R610 BCM5709 Gigabit Ethernet [1028:0236]
|
|
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 30
|
|
Region 0: Memory at d2000000 (64-bit, non-prefetchable) [size=32M]
|
|
Capabilities: [48] 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=1 PME-
|
|
Capabilities: [50] Vital Product Data
|
|
Product Name: Broadcom NetXtreme II Ethernet Controller
|
|
Read-only fields:
|
|
[PN] Part number: BCM95709C0
|
|
[EC] Engineering changes: 220197-2
|
|
[SN] Serial number: 0123456789
|
|
[MN] Manufacture ID: 1028
|
|
[V0] Vendor specific: 5.0.13
|
|
[RV] Reserved: checksum good, 22 byte(s) reserved
|
|
End
|
|
Capabilities: [58] MSI: Enable- Count=1/16 Maskable- 64bit+
|
|
Address: 0000000000000000 Data: 0000
|
|
Capabilities: [a0] MSI-X: Enable+ Count=9 Masked-
|
|
Vector table: BAR=0 offset=0000c000
|
|
PBA: BAR=0 offset=0000e000
|
|
Capabilities: [ac] Express (v2) Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
|
|
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W TEE-IO-
|
|
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
|
|
RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+
|
|
MaxPayload 256 bytes, MaxReadReq 512 bytes
|
|
DevSta: CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr+ TransPend-
|
|
LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <2us, L1 <2us
|
|
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
|
|
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- TPHComp- ExtTPHComp-
|
|
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
|
|
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
|
|
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [100 v1] Device Serial Number 00-21-9b-ff-fe-a2-7c-53
|
|
Capabilities: [110 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC+ UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr- BadTLP+ BadDLLP+ Rollover+ Timeout+ AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 00000000 00000000 00000000 00000000
|
|
Capabilities: [150 v1] Power Budgeting <?>
|
|
Capabilities: [160 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=ff
|
|
Status: NegoPending- InProgress-
|
|
Kernel driver in use: bnx2
|
|
Kernel modules: bnx2
|
|
|
|
01:00.1 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20)
|
|
DeviceName: Embedded NIC 2
|
|
Subsystem: Dell PowerEdge R610 BCM5709 Gigabit Ethernet [1028:0236]
|
|
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 B routed to IRQ 31
|
|
Region 0: Memory at d4000000 (64-bit, non-prefetchable) [size=32M]
|
|
Capabilities: [48] 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=1 PME-
|
|
Capabilities: [50] Vital Product Data
|
|
Product Name: Broadcom NetXtreme II Ethernet Controller
|
|
Read-only fields:
|
|
[PN] Part number: BCM95709C0
|
|
[EC] Engineering changes: 220197-2
|
|
[SN] Serial number: 0123456789
|
|
[MN] Manufacture ID: 1028
|
|
[V0] Vendor specific: 5.0.13
|
|
[RV] Reserved: checksum good, 22 byte(s) reserved
|
|
End
|
|
Capabilities: [58] MSI: Enable- Count=1/16 Maskable- 64bit+
|
|
Address: 0000000000000000 Data: 0000
|
|
Capabilities: [a0] MSI-X: Enable+ Count=9 Masked-
|
|
Vector table: BAR=0 offset=0000c000
|
|
PBA: BAR=0 offset=0000e000
|
|
Capabilities: [ac] Express (v2) Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
|
|
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W TEE-IO-
|
|
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
|
|
RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+
|
|
MaxPayload 256 bytes, MaxReadReq 512 bytes
|
|
DevSta: CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr+ TransPend-
|
|
LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <2us, L1 <2us
|
|
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
|
|
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- TPHComp- ExtTPHComp-
|
|
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [100 v1] Device Serial Number 00-21-9b-ff-fe-a2-7c-55
|
|
Capabilities: [110 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC+ UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr- BadTLP+ BadDLLP+ Rollover+ Timeout+ AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 00000000 00000000 00000000 00000000
|
|
Capabilities: [150 v1] Power Budgeting <?>
|
|
Capabilities: [160 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=ff
|
|
Status: NegoPending- InProgress-
|
|
Kernel driver in use: bnx2
|
|
Kernel modules: bnx2
|
|
|
|
02:00.0 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20)
|
|
DeviceName: Embedded NIC 3
|
|
Subsystem: Dell PowerEdge R610 BCM5709 Gigabit Ethernet [1028:0236]
|
|
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 32
|
|
Region 0: Memory at d6000000 (64-bit, non-prefetchable) [size=32M]
|
|
Capabilities: [48] 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=1 PME-
|
|
Capabilities: [50] Vital Product Data
|
|
Product Name: Broadcom NetXtreme II Ethernet Controller
|
|
Read-only fields:
|
|
[PN] Part number: BCM95709C0
|
|
[EC] Engineering changes: 220197-2
|
|
[SN] Serial number: 0123456789
|
|
[MN] Manufacture ID: 1028
|
|
[V0] Vendor specific: 5.0.13
|
|
[RV] Reserved: checksum good, 22 byte(s) reserved
|
|
End
|
|
Capabilities: [58] MSI: Enable- Count=1/16 Maskable- 64bit+
|
|
Address: 0000000000000000 Data: 0000
|
|
Capabilities: [a0] MSI-X: Enable+ Count=9 Masked-
|
|
Vector table: BAR=0 offset=0000c000
|
|
PBA: BAR=0 offset=0000e000
|
|
Capabilities: [ac] Express (v2) Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
|
|
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W TEE-IO-
|
|
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
|
|
RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+
|
|
MaxPayload 256 bytes, MaxReadReq 512 bytes
|
|
DevSta: CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr+ TransPend-
|
|
LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <2us, L1 <2us
|
|
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
|
|
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- TPHComp- ExtTPHComp-
|
|
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
|
|
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
|
|
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [100 v1] Device Serial Number 00-21-9b-ff-fe-a2-7c-57
|
|
Capabilities: [110 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC+ UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr- BadTLP+ BadDLLP+ Rollover+ Timeout+ AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 00000000 00000000 00000000 00000000
|
|
Capabilities: [150 v1] Power Budgeting <?>
|
|
Capabilities: [160 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=ff
|
|
Status: NegoPending- InProgress-
|
|
Kernel driver in use: bnx2
|
|
Kernel modules: bnx2
|
|
|
|
02:00.1 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20)
|
|
DeviceName: Embedded NIC 4
|
|
Subsystem: Dell PowerEdge R610 BCM5709 Gigabit Ethernet [1028:0236]
|
|
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 B routed to IRQ 33
|
|
Region 0: Memory at d8000000 (64-bit, non-prefetchable) [size=32M]
|
|
Capabilities: [48] 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=1 PME-
|
|
Capabilities: [50] Vital Product Data
|
|
Product Name: Broadcom NetXtreme II Ethernet Controller
|
|
Read-only fields:
|
|
[PN] Part number: BCM95709C0
|
|
[EC] Engineering changes: 220197-2
|
|
[SN] Serial number: 0123456789
|
|
[MN] Manufacture ID: 1028
|
|
[V0] Vendor specific: 5.0.13
|
|
[RV] Reserved: checksum good, 22 byte(s) reserved
|
|
End
|
|
Capabilities: [58] MSI: Enable- Count=1/16 Maskable- 64bit+
|
|
Address: 0000000000000000 Data: 0000
|
|
Capabilities: [a0] MSI-X: Enable+ Count=9 Masked-
|
|
Vector table: BAR=0 offset=0000c000
|
|
PBA: BAR=0 offset=0000e000
|
|
Capabilities: [ac] Express (v2) Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
|
|
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W TEE-IO-
|
|
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
|
|
RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+
|
|
MaxPayload 256 bytes, MaxReadReq 512 bytes
|
|
DevSta: CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr+ TransPend-
|
|
LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <2us, L1 <2us
|
|
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
|
|
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- TPHComp- ExtTPHComp-
|
|
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [100 v1] Device Serial Number 00-21-9b-ff-fe-a2-7c-59
|
|
Capabilities: [110 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC+ UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr- BadTLP+ BadDLLP+ Rollover+ Timeout+ AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 00000000 00000000 00000000 00000000
|
|
Capabilities: [150 v1] Power Budgeting <?>
|
|
Capabilities: [160 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=ff
|
|
Status: NegoPending- InProgress-
|
|
Kernel driver in use: bnx2
|
|
Kernel modules: bnx2
|
|
|
|
04:00.0 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20)
|
|
Subsystem: Broadcom Inc. and subsidiaries Device [14e4:1917]
|
|
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 34
|
|
Region 0: Memory at da000000 (64-bit, non-prefetchable) [size=32M]
|
|
Capabilities: [48] 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=1 PME-
|
|
Capabilities: [50] Vital Product Data
|
|
Not readable
|
|
Capabilities: [58] MSI: Enable- Count=1/16 Maskable- 64bit+
|
|
Address: 0000000000000000 Data: 0000
|
|
Capabilities: [a0] MSI-X: Enable- Count=9 Masked-
|
|
Vector table: BAR=0 offset=0000c000
|
|
PBA: BAR=0 offset=0000e000
|
|
Capabilities: [ac] Express (v2) Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
|
|
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 25W TEE-IO-
|
|
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
|
|
RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+
|
|
MaxPayload 256 bytes, MaxReadReq 512 bytes
|
|
DevSta: CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr+ TransPend-
|
|
LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <2us, L1 <2us
|
|
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
|
|
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- TPHComp- ExtTPHComp-
|
|
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
|
|
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
|
|
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [100 v1] Device Serial Number 00-10-18-ff-fe-72-16-40
|
|
Capabilities: [110 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC+ UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr- BadTLP+ BadDLLP+ Rollover+ Timeout+ AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 00000000 00000000 00000000 00000000
|
|
Capabilities: [150 v1] Power Budgeting <?>
|
|
Capabilities: [160 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=ff
|
|
Status: NegoPending- InProgress-
|
|
Kernel driver in use: bnx2
|
|
Kernel modules: bnx2
|
|
|
|
04:00.1 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20)
|
|
Subsystem: Broadcom Inc. and subsidiaries Device [14e4:1917]
|
|
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 B routed to IRQ 35
|
|
Region 0: Memory at dc000000 (64-bit, non-prefetchable) [size=32M]
|
|
Capabilities: [48] 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=1 PME-
|
|
Capabilities: [50] Vital Product Data
|
|
Not readable
|
|
Capabilities: [58] MSI: Enable- Count=1/16 Maskable- 64bit+
|
|
Address: 0000000000000000 Data: 0000
|
|
Capabilities: [a0] MSI-X: Enable- Count=9 Masked-
|
|
Vector table: BAR=0 offset=0000c000
|
|
PBA: BAR=0 offset=0000e000
|
|
Capabilities: [ac] Express (v2) Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
|
|
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 25W TEE-IO-
|
|
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
|
|
RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+
|
|
MaxPayload 256 bytes, MaxReadReq 512 bytes
|
|
DevSta: CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr+ TransPend-
|
|
LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <2us, L1 <2us
|
|
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
|
|
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- TPHComp- ExtTPHComp-
|
|
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [100 v1] Device Serial Number 00-10-18-ff-fe-72-16-42
|
|
Capabilities: [110 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+ RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC+ UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr- BadTLP+ BadDLLP+ Rollover+ Timeout+ AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 00000000 00000000 00000000 00000000
|
|
Capabilities: [150 v1] Power Budgeting <?>
|
|
Capabilities: [160 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=ff
|
|
Status: NegoPending- InProgress-
|
|
Kernel driver in use: bnx2
|
|
Kernel modules: bnx2
|
|
|
|
06:03.0 VGA compatible controller [0300]: Matrox Electronics Systems Ltd. MGA G200eW WPCM450 [102b:0532] (rev 0a) (prog-if 00 [VGA controller])
|
|
DeviceName: Embedded Video
|
|
Subsystem: Dell PowerEdge R610 MGA G200eW WPCM450 [1028:0236]
|
|
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: 32 (4000ns min, 8000ns max), Cache Line Size: 64 bytes
|
|
Interrupt: pin A routed to IRQ 19
|
|
Region 0: Memory at d1800000 (32-bit, prefetchable) [size=8M]
|
|
Region 1: Memory at de7fc000 (32-bit, non-prefetchable) [size=16K]
|
|
Region 2: Memory at de800000 (32-bit, non-prefetchable) [size=8M]
|
|
Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
|
|
Capabilities: [dc] Power Management version 1
|
|
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
|
|
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
|
|
Kernel driver in use: mgag200
|
|
Kernel modules: matroxfb_base, mgag200
|
|
|
|
fe:00.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QuickPath Architecture Generic Non-Core Registers [8086:2c40] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:00.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QuickPath Architecture System Address Decoder [8086:2c01] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:02.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QPI Link 0 [8086:2c10] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:02.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QPI Physical 0 [8086:2c11] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:02.4 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QPI Link 1 [8086:2c14] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:02.5 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QPI Physical 1 [8086:2c15] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:03.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller [8086:2c18] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:03.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Target Address Decoder [8086:2c19] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:03.2 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller RAS Registers [8086:2c1a] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:03.4 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Test Registers [8086:2c1c] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:04.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Control Registers [8086:2c20] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:04.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Address Registers [8086:2c21] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:04.2 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Rank Registers [8086:2c22] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:04.3 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Thermal Control Registers [8086:2c23] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:05.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Control Registers [8086:2c28] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:05.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Address Registers [8086:2c29] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:05.2 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Rank Registers [8086:2c2a] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:05.3 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Thermal Control Registers [8086:2c2b] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:06.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Control Registers [8086:2c30] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:06.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Address Registers [8086:2c31] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:06.2 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Rank Registers [8086:2c32] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:06.3 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Thermal Control Registers [8086:2c33] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:00.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QuickPath Architecture Generic Non-Core Registers [8086:2c40] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:00.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QuickPath Architecture System Address Decoder [8086:2c01] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:02.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QPI Link 0 [8086:2c10] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:02.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QPI Physical 0 [8086:2c11] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:02.4 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QPI Link 1 [8086:2c14] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:02.5 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QPI Physical 1 [8086:2c15] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:03.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller [8086:2c18] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:03.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Target Address Decoder [8086:2c19] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:03.2 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller RAS Registers [8086:2c1a] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:03.4 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Test Registers [8086:2c1c] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:04.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Control Registers [8086:2c20] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:04.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Address Registers [8086:2c21] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:04.2 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Rank Registers [8086:2c22] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:04.3 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Thermal Control Registers [8086:2c23] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:05.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Control Registers [8086:2c28] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:05.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Address Registers [8086:2c29] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:05.2 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Rank Registers [8086:2c2a] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:05.3 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Thermal Control Registers [8086:2c2b] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:06.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Control Registers [8086:2c30] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:06.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Address Registers [8086:2c31] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:06.2 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Rank Registers [8086:2c32] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:06.3 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Thermal Control Registers [8086:2c33] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
|
|
--- lspci -tv (tree)
|
|
$ lspci -tv
|
|
-+-[0000:00]-+-00.0 Intel Corporation 5500 I/O Hub to ESI Port
|
|
| +-01.0-[01]--+-00.0 Broadcom Inc. and subsidiaries NetXtreme II BCM5709 Gigabit Ethernet
|
|
| | \-00.1 Broadcom Inc. and subsidiaries NetXtreme II BCM5709 Gigabit Ethernet
|
|
| +-03.0-[02]--+-00.0 Broadcom Inc. and subsidiaries NetXtreme II BCM5709 Gigabit Ethernet
|
|
| | \-00.1 Broadcom Inc. and subsidiaries NetXtreme II BCM5709 Gigabit Ethernet
|
|
| +-07.0-[04]--+-00.0 Broadcom Inc. and subsidiaries NetXtreme II BCM5709 Gigabit Ethernet
|
|
| | \-00.1 Broadcom Inc. and subsidiaries NetXtreme II BCM5709 Gigabit Ethernet
|
|
| +-09.0-[05]--
|
|
| +-14.0 Intel Corporation 7500/5520/5500/X58 I/O Hub System Management Registers
|
|
| +-14.1 Intel Corporation 7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers
|
|
| +-14.2 Intel Corporation 7500/5520/5500/X58 I/O Hub Control Status and RAS Registers
|
|
| +-1a.0 Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4
|
|
| +-1a.1 Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5
|
|
| +-1a.7 Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2
|
|
| +-1c.0-[03]--
|
|
| +-1d.0 Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1
|
|
| +-1d.1 Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2
|
|
| +-1d.7 Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1
|
|
| +-1e.0-[06]----03.0 Matrox Electronics Systems Ltd. MGA G200eW WPCM450
|
|
| \-1f.0 Intel Corporation 82801IB (ICH9) LPC Interface Controller
|
|
+-[0000:fe]-+-00.0 Intel Corporation Xeon 5500/Core i7 QuickPath Architecture Generic Non-Core Registers
|
|
| +-00.1 Intel Corporation Xeon 5500/Core i7 QuickPath Architecture System Address Decoder
|
|
| +-02.0 Intel Corporation Xeon 5500/Core i7 QPI Link 0
|
|
| +-02.1 Intel Corporation Xeon 5500/Core i7 QPI Physical 0
|
|
| +-02.4 Intel Corporation Xeon 5500/Core i7 QPI Link 1
|
|
| +-02.5 Intel Corporation Xeon 5500/Core i7 QPI Physical 1
|
|
| +-03.0 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller
|
|
| +-03.1 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Target Address Decoder
|
|
| +-03.2 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller RAS Registers
|
|
| +-03.4 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Test Registers
|
|
| +-04.0 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Control Registers
|
|
| +-04.1 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Address Registers
|
|
| +-04.2 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Rank Registers
|
|
| +-04.3 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Thermal Control Registers
|
|
| +-05.0 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Control Registers
|
|
| +-05.1 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Address Registers
|
|
| +-05.2 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Rank Registers
|
|
| +-05.3 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Thermal Control Registers
|
|
| +-06.0 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Control Registers
|
|
| +-06.1 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Address Registers
|
|
| +-06.2 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Rank Registers
|
|
| \-06.3 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Thermal Control Registers
|
|
\-[0000:ff]-+-00.0 Intel Corporation Xeon 5500/Core i7 QuickPath Architecture Generic Non-Core Registers
|
|
+-00.1 Intel Corporation Xeon 5500/Core i7 QuickPath Architecture System Address Decoder
|
|
+-02.0 Intel Corporation Xeon 5500/Core i7 QPI Link 0
|
|
+-02.1 Intel Corporation Xeon 5500/Core i7 QPI Physical 0
|
|
+-02.4 Intel Corporation Xeon 5500/Core i7 QPI Link 1
|
|
+-02.5 Intel Corporation Xeon 5500/Core i7 QPI Physical 1
|
|
+-03.0 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller
|
|
+-03.1 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Target Address Decoder
|
|
+-03.2 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller RAS Registers
|
|
+-03.4 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Test Registers
|
|
+-04.0 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Control Registers
|
|
+-04.1 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Address Registers
|
|
+-04.2 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Rank Registers
|
|
+-04.3 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Thermal Control Registers
|
|
+-05.0 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Control Registers
|
|
+-05.1 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Address Registers
|
|
+-05.2 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Rank Registers
|
|
+-05.3 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Thermal Control Registers
|
|
+-06.0 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Control Registers
|
|
+-06.1 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Address Registers
|
|
+-06.2 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Rank Registers
|
|
\-06.3 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Thermal Control Registers
|
|
|
|
--- lspci numa nodes
|
|
$ cat /sys/bus/pci/devices/0000:00:00.0/numa_node /sys/bus/pci/devices/0000:00:01.0/numa_node /sys/bus/pci/devices/0000:00:03.0/numa_node /sys/bus/pci/devices/0000:00:07.0/numa_node /sys/bus/pci/devices/0000:00:09.0/numa_node /sys/bus/pci/devices/0000:00:14.0/numa_node /sys/bus/pci/devices/0000:00:14.1/numa_node /sys/bus/pci/devices/0000:00:14.2/numa_node /sys/bus/pci/devices/0000:00:1a.0/numa_node /sys/bus/pci/devices/0000:00:1a.1/numa_node /sys/bus/pci/devices/0000:00:1a.7/numa_node /sys/bus/pci/devices/0000:00:1c.0/numa_node /sys/bus/pci/devices/0000:00:1d.0/numa_node /sys/bus/pci/devices/0000:00:1d.1/numa_node /sys/bus/pci/devices/0000:00:1d.7/numa_node /sys/bus/pci/devices/0000:00:1e.0/numa_node /sys/bus/pci/devices/0000:00:1f.0/numa_node /sys/bus/pci/devices/0000:01:00.0/numa_node /sys/bus/pci/devices/0000:01:00.1/numa_node /sys/bus/pci/devices/0000:02:00.0/numa_node /sys/bus/pci/devices/0000:02:00.1/numa_node /sys/bus/pci/devices/0000:04:00.0/numa_node /sys/bus/pci/devices/0000:04:00.1/numa_node /sys/bus/pci/devices/0000:06:03.0/numa_node /sys/bus/pci/devices/0000:fe:00.0/numa_node /sys/bus/pci/devices/0000:fe:00.1/numa_node /sys/bus/pci/devices/0000:fe:02.0/numa_node /sys/bus/pci/devices/0000:fe:02.1/numa_node /sys/bus/pci/devices/0000:fe:02.4/numa_node /sys/bus/pci/devices/0000:fe:02.5/numa_node /sys/bus/pci/devices/0000:fe:03.0/numa_node /sys/bus/pci/devices/0000:fe:03.1/numa_node /sys/bus/pci/devices/0000:fe:03.2/numa_node /sys/bus/pci/devices/0000:fe:03.4/numa_node /sys/bus/pci/devices/0000:fe:04.0/numa_node /sys/bus/pci/devices/0000:fe:04.1/numa_node /sys/bus/pci/devices/0000:fe:04.2/numa_node /sys/bus/pci/devices/0000:fe:04.3/numa_node /sys/bus/pci/devices/0000:fe:05.0/numa_node /sys/bus/pci/devices/0000:fe:05.1/numa_node /sys/bus/pci/devices/0000:fe:05.2/numa_node /sys/bus/pci/devices/0000:fe:05.3/numa_node /sys/bus/pci/devices/0000:fe:06.0/numa_node /sys/bus/pci/devices/0000:fe:06.1/numa_node /sys/bus/pci/devices/0000:fe:06.2/numa_node /sys/bus/pci/devices/0000:fe:06.3/numa_node /sys/bus/pci/devices/0000:ff:00.0/numa_node /sys/bus/pci/devices/0000:ff:00.1/numa_node /sys/bus/pci/devices/0000:ff:02.0/numa_node /sys/bus/pci/devices/0000:ff:02.1/numa_node /sys/bus/pci/devices/0000:ff:02.4/numa_node /sys/bus/pci/devices/0000:ff:02.5/numa_node /sys/bus/pci/devices/0000:ff:03.0/numa_node /sys/bus/pci/devices/0000:ff:03.1/numa_node /sys/bus/pci/devices/0000:ff:03.2/numa_node /sys/bus/pci/devices/0000:ff:03.4/numa_node /sys/bus/pci/devices/0000:ff:04.0/numa_node /sys/bus/pci/devices/0000:ff:04.1/numa_node /sys/bus/pci/devices/0000:ff:04.2/numa_node /sys/bus/pci/devices/0000:ff:04.3/numa_node /sys/bus/pci/devices/0000:ff:05.0/numa_node /sys/bus/pci/devices/0000:ff:05.1/numa_node /sys/bus/pci/devices/0000:ff:05.2/numa_node /sys/bus/pci/devices/0000:ff:05.3/numa_node /sys/bus/pci/devices/0000:ff:06.0/numa_node /sys/bus/pci/devices/0000:ff:06.1/numa_node /sys/bus/pci/devices/0000:ff:06.2/numa_node /sys/bus/pci/devices/0000:ff:06.3/numa_node
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-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 0424:2514 Microchip Technology, Inc. (formerly SMSC) USB 2.0 Hub
|
|
Bus 001 Device 003: ID 1058:260d Western Digital Technologies, Inc. My Passport 260D
|
|
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
|
|
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
|
|
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
|
|
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
|
|
Bus 005 Device 002: ID 10d5:5a08 Uni Class Technology Co., Ltd Dual Bay Docking Station
|
|
Bus 005 Device 003: ID 0624:0248 Avocent Corp. Virtual Hub
|
|
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 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/0000:00:00.0/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"
|
|
0000:01:00.0 aer_dev_correctable = RxErr 0
|
|
BadTLP 0
|
|
BadDLLP 0
|
|
Rollover 0
|
|
Timeout 0
|
|
NonFatalErr 0
|
|
CorrIntErr 0
|
|
HeaderOF 0
|
|
TOTAL_ERR_COR 0
|
|
0000:01:00.0 aer_dev_fatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
DMWrReqBlocked 0
|
|
IDECheck 0
|
|
MisIDETLP 0
|
|
PCRC_CHECK 0
|
|
TLPXlatBlocked 0
|
|
TOTAL_ERR_FATAL 0
|
|
0000:01:00.0 aer_dev_nonfatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
DMWrReqBlocked 0
|
|
IDECheck 0
|
|
MisIDETLP 0
|
|
PCRC_CHECK 0
|
|
TLPXlatBlocked 0
|
|
TOTAL_ERR_NONFATAL 0
|
|
0000:01:00.1 aer_dev_correctable = RxErr 0
|
|
BadTLP 0
|
|
BadDLLP 0
|
|
Rollover 0
|
|
Timeout 0
|
|
NonFatalErr 0
|
|
CorrIntErr 0
|
|
HeaderOF 0
|
|
TOTAL_ERR_COR 0
|
|
0000:01:00.1 aer_dev_fatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
DMWrReqBlocked 0
|
|
IDECheck 0
|
|
MisIDETLP 0
|
|
PCRC_CHECK 0
|
|
TLPXlatBlocked 0
|
|
TOTAL_ERR_FATAL 0
|
|
0000:01:00.1 aer_dev_nonfatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
DMWrReqBlocked 0
|
|
IDECheck 0
|
|
MisIDETLP 0
|
|
PCRC_CHECK 0
|
|
TLPXlatBlocked 0
|
|
TOTAL_ERR_NONFATAL 0
|
|
0000:02:00.0 aer_dev_correctable = RxErr 0
|
|
BadTLP 0
|
|
BadDLLP 0
|
|
Rollover 0
|
|
Timeout 0
|
|
NonFatalErr 0
|
|
CorrIntErr 0
|
|
HeaderOF 0
|
|
TOTAL_ERR_COR 0
|
|
0000:02:00.0 aer_dev_fatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
DMWrReqBlocked 0
|
|
IDECheck 0
|
|
MisIDETLP 0
|
|
PCRC_CHECK 0
|
|
TLPXlatBlocked 0
|
|
TOTAL_ERR_FATAL 0
|
|
0000:02:00.0 aer_dev_nonfatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
DMWrReqBlocked 0
|
|
IDECheck 0
|
|
MisIDETLP 0
|
|
PCRC_CHECK 0
|
|
TLPXlatBlocked 0
|
|
TOTAL_ERR_NONFATAL 0
|
|
0000:02:00.1 aer_dev_correctable = RxErr 0
|
|
BadTLP 0
|
|
BadDLLP 0
|
|
Rollover 0
|
|
Timeout 0
|
|
NonFatalErr 0
|
|
CorrIntErr 0
|
|
HeaderOF 0
|
|
TOTAL_ERR_COR 0
|
|
0000:02:00.1 aer_dev_fatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
DMWrReqBlocked 0
|
|
IDECheck 0
|
|
MisIDETLP 0
|
|
PCRC_CHECK 0
|
|
TLPXlatBlocked 0
|
|
TOTAL_ERR_FATAL 0
|
|
0000:02:00.1 aer_dev_nonfatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
DMWrReqBlocked 0
|
|
IDECheck 0
|
|
MisIDETLP 0
|
|
PCRC_CHECK 0
|
|
TLPXlatBlocked 0
|
|
TOTAL_ERR_NONFATAL 0
|
|
0000:04:00.0 aer_dev_correctable = RxErr 0
|
|
BadTLP 0
|
|
BadDLLP 0
|
|
Rollover 0
|
|
Timeout 0
|
|
NonFatalErr 0
|
|
CorrIntErr 0
|
|
HeaderOF 0
|
|
TOTAL_ERR_COR 0
|
|
0000:04:00.0 aer_dev_fatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
DMWrReqBlocked 0
|
|
IDECheck 0
|
|
MisIDETLP 0
|
|
PCRC_CHECK 0
|
|
TLPXlatBlocked 0
|
|
TOTAL_ERR_FATAL 0
|
|
0000:04:00.0 aer_dev_nonfatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
DMWrReqBlocked 0
|
|
IDECheck 0
|
|
MisIDETLP 0
|
|
PCRC_CHECK 0
|
|
TLPXlatBlocked 0
|
|
TOTAL_ERR_NONFATAL 0
|
|
0000:04:00.1 aer_dev_correctable = RxErr 0
|
|
BadTLP 0
|
|
BadDLLP 0
|
|
Rollover 0
|
|
Timeout 0
|
|
NonFatalErr 0
|
|
CorrIntErr 0
|
|
HeaderOF 0
|
|
TOTAL_ERR_COR 0
|
|
0000:04:00.1 aer_dev_fatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
DMWrReqBlocked 0
|
|
IDECheck 0
|
|
MisIDETLP 0
|
|
PCRC_CHECK 0
|
|
TLPXlatBlocked 0
|
|
TOTAL_ERR_FATAL 0
|
|
0000:04:00.1 aer_dev_nonfatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
DMWrReqBlocked 0
|
|
IDECheck 0
|
|
MisIDETLP 0
|
|
PCRC_CHECK 0
|
|
TLPXlatBlocked 0
|
|
TOTAL_ERR_NONFATAL 0
|
|
[exit=1]
|
|
|
|
###############################################################################
|
|
# 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
|
|
16 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
|
|
bios_limit = 2395000
|
|
boost = 1
|
|
cpuinfo_avg_freq = 2526871
|
|
cpuinfo_cur_freq = 2395000
|
|
cpuinfo_max_freq = 2395000
|
|
cpuinfo_min_freq = 1596000
|
|
cpuinfo_transition_latency = 10000
|
|
freqdomain_cpus = 0 2 4 6 8 10 12 14
|
|
related_cpus = 0
|
|
scaling_available_frequencies = 2395000 2394000 2261000 2128000 1995000 1862000 1729000 1596000
|
|
scaling_available_governors = conservative ondemand userspace powersave performance schedutil
|
|
scaling_boost_frequencies =
|
|
scaling_cur_freq = 2526852
|
|
scaling_driver = acpi-cpufreq
|
|
scaling_governor = performance
|
|
scaling_max_freq = 2395000
|
|
scaling_min_freq = 1596000
|
|
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:
|
|
intel_pstate no_turbo:
|
|
intel_pstate turbo_pct:
|
|
intel_pstate max_perf_pct:
|
|
intel_pstate min_perf_pct:
|
|
EPB (energy_perf_bias) per cpu:
|
|
EPP (energy_performance_preference) per cpu:
|
|
available EPP:
|
|
[exit=1]
|
|
|
|
--- cpupower frequency-info
|
|
$ cpupower frequency-info
|
|
analyzing CPU 1:
|
|
driver: acpi-cpufreq
|
|
CPUs which run at the same hardware frequency: 1
|
|
CPUs which need to have their frequency coordinated by software: 1
|
|
maximum transition latency: 10.0 us
|
|
hardware limits: 1.60 GHz - 2.40 GHz
|
|
available frequency steps: 2.40 GHz, 2.39 GHz, 2.26 GHz, 2.13 GHz, 2.00 GHz, 1.86 GHz, 1.73 GHz, 1.60 GHz
|
|
available cpufreq governors: conservative ondemand userspace powersave performance schedutil
|
|
current policy: frequency should be within 1.60 GHz and 2.40 GHz.
|
|
The governor "performance" may decide which speed to use
|
|
within this range.
|
|
current CPU frequency: 2.40 GHz (asserted by call to hardware)
|
|
boost state support:
|
|
Supported: yes
|
|
Active: yes
|
|
2533 MHz max turbo 4 active cores
|
|
2533 MHz max turbo 3 active cores
|
|
2667 MHz max turbo 2 active cores
|
|
2667 MHz max turbo 1 active cores
|
|
|
|
--- turbostat snapshot
|
|
$ timeout 3 turbostat --quiet --show CPU,Core,Bzy_MHz,IRQ,Busy%,Bzy_MHz,TSC_MHz,CoreTmp,PkgTmp sleep 1
|
|
1.002813 sec
|
|
Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp
|
|
- - 0.36 1921 2394 966 51
|
|
0 1 0.23 1750 2394 36 51
|
|
0 9 0.69 1875 2394 79
|
|
1 3 0.15 1827 2394 35 48
|
|
1 11 0.92 1920 2394 152
|
|
2 5 0.70 2151 2394 75 50
|
|
2 13 0.83 1867 2394 102
|
|
3 7 0.14 1710 2394 15 51
|
|
3 15 0.24 1720 2394 126
|
|
0 0 0.68 2082 2394 87 49
|
|
0 8 0.05 1718 2394 27
|
|
1 2 0.11 1822 2394 38 50
|
|
1 10 0.22 1753 2394 55
|
|
2 4 0.04 1777 2394 13 49
|
|
2 12 0.06 1706 2394 22
|
|
3 6 0.34 1884 2394 49 48
|
|
3 14 0.30 2008 2394 55
|
|
|
|
--- x86_energy_perf_policy -r
|
|
$ x86_energy_perf_policy -r
|
|
|
|
--- 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=2748747us
|
|
C1 : MWAIT 0x00 disabled=0 latency=3us residency=59600791us
|
|
C1E : MWAIT 0x01 disabled=0 latency=10us residency=100524038847us
|
|
C3 : MWAIT 0x10 disabled=1 latency=20us residency=0us
|
|
C6 : MWAIT 0x20 disabled=0 latency=200us residency=67917800us
|
|
|
|
--- 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
|
|
[87814.067939] i2c i2c-0: sendbytes: NAK bailout.
|
|
[87814.098718] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[87824.212941] i2c i2c-0: sendbytes: NAK bailout.
|
|
[87824.336907] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[87834.576651] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[87844.816078] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[87855.055429] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[87865.170017] i2c i2c-0: sendbytes: NAK bailout.
|
|
[87865.204305] i2c i2c-0: sendbytes: NAK bailout.
|
|
[87865.204832] i2c i2c-0: sendbytes: NAK bailout.
|
|
[87865.236085] i2c i2c-0: sendbytes: NAK bailout.
|
|
[87865.297585] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[87875.534407] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[87885.774273] EDID block 0 (tag 0x00) checksum is invalid, remainder is 176
|
|
[87896.013766] EDID block 0 (tag 0x00) checksum is invalid, remainder is 90
|
|
[87906.127340] i2c i2c-0: sendbytes: NAK bailout.
|
|
[87906.161700] i2c i2c-0: sendbytes: NAK bailout.
|
|
[87906.254770] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[87916.370376] i2c i2c-0: sendbytes: NAK bailout.
|
|
[87916.493992] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22
|
|
[87926.609986] i2c i2c-0: sendbytes: NAK bailout.
|
|
[87926.733410] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[87936.847215] i2c i2c-0: sendbytes: NAK bailout.
|
|
[87936.848787] i2c i2c-0: sendbytes: NAK bailout.
|
|
[87936.912479] i2c i2c-0: sendbytes: NAK bailout.
|
|
[87936.974236] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[87947.181994] i2c i2c-0: sendbytes: NAK bailout.
|
|
[87947.212783] EDID block 0 (tag 0x00) checksum is invalid, remainder is 26
|
|
[87957.451810] EDID block 0 (tag 0x00) checksum is invalid, remainder is 46
|
|
[87967.566625] i2c i2c-0: sendbytes: NAK bailout.
|
|
[87967.661768] i2c i2c-0: sendbytes: NAK bailout.
|
|
[87967.692615] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[87977.931641] EDID block 0 (tag 0x00) checksum is invalid, remainder is 176
|
|
[87988.109716] i2c i2c-0: sendbytes: NAK bailout.
|
|
[87988.171275] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179
|
|
[87997.354382] audit: type=1400 audit(1785192358.545:1132): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[87997.356494] audit: type=1400 audit(1785192358.547:1133): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[87997.396109] audit: type=1400 audit(1785192358.586:1134): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[87998.287382] i2c i2c-0: sendbytes: NAK bailout.
|
|
[87998.288206] i2c i2c-0: sendbytes: NAK bailout.
|
|
[87998.412819] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88008.524382] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88008.588753] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88008.650553] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88018.888976] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[88029.003860] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88029.005422] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88029.129862] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88039.243462] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88039.246044] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88039.246565] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88039.369840] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88049.485813] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88049.547811] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88049.609359] EDID block 0 (tag 0x00) checksum is invalid, remainder is 16
|
|
[88059.847313] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[88069.960913] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88070.057039] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88070.087796] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88080.201871] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88080.327169] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88090.535424] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88090.566178] EDID block 0 (tag 0x00) checksum is invalid, remainder is 202
|
|
[88100.679712] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88100.683693] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88100.777135] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88100.808188] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88110.919309] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88111.045907] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88121.285024] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88131.401582] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88131.403429] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88131.527682] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88141.639170] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88141.639704] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88141.703792] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88141.765609] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88151.913468] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88151.913992] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88151.914517] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88152.007834] EDID has corrupt header
|
|
[88162.243302] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[88172.359844] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88172.361984] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88172.362506] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88172.363028] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88172.486816] EDID block 0 (tag 0x00) checksum is invalid, remainder is 10
|
|
[88182.598623] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88182.599150] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88182.600991] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88182.632582] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88182.663842] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88182.725665] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88192.839837] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88192.871450] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88192.963952] EDID block 0 (tag 0x00) checksum is invalid, remainder is 20
|
|
[88203.201978] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88213.317668] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88213.442191] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88223.620089] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88223.681668] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88233.795846] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88233.921278] EDID block 0 (tag 0x00) checksum is invalid, remainder is 196
|
|
[88244.129465] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88244.160516] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88254.274725] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88254.339078] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88254.400859] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88264.517355] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88264.640595] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88274.755544] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88274.880403] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88277.995340] audit: type=1400 audit(1785192639.197:1135): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[88277.996465] audit: type=1400 audit(1785192639.198:1136): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[88278.036847] audit: type=1400 audit(1785192639.238:1137): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[88285.088371] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88285.119147] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88295.357978] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88305.474057] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88305.598195] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88315.713314] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88315.747230] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88315.839814] EDID has corrupt header
|
|
[88325.952919] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88325.986514] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88326.078752] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88336.192542] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88336.194098] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88336.317518] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88346.464258] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88346.526669] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88346.557515] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88356.795718] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88366.911623] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88366.944058] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88366.944581] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88367.037506] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88377.244495] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88377.275556] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88387.514353] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88397.663195] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88397.725808] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88397.756626] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[88407.993978] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88418.141667] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88418.172967] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88418.204803] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88418.235559] EDID block 0 (tag 0x00) checksum is invalid, remainder is 4
|
|
[88428.348879] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88428.382467] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88428.474698] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[88438.712737] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22
|
|
[88448.830444] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88448.954135] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88459.191186] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88469.306328] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88469.402212] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88469.432979] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88479.546916] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88479.671448] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[88489.911435] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88500.150297] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88510.264614] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88510.391730] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88520.505639] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88520.538237] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88520.631121] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88530.777849] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88530.870515] EDID block 0 (tag 0x00) checksum is invalid, remainder is 121
|
|
[88540.984787] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88541.017397] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88541.109892] EDID block 0 (tag 0x00) checksum is invalid, remainder is 248
|
|
[88551.224101] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88551.225658] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88551.226181] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88551.257481] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88551.349845] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88561.588700] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88568.868488] audit: type=1400 audit(1785192930.081:1138): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[88568.870500] audit: type=1400 audit(1785192930.083:1139): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[88568.909348] audit: type=1400 audit(1785192930.122:1140): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[88571.827129] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115
|
|
[88581.975253] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88582.067761] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88592.276042] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88592.276566] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88592.307621] EDID block 0 (tag 0x00) checksum is invalid, remainder is 46
|
|
[88602.515904] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88602.546959] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88612.695341] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88612.787869] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88622.899192] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88622.934152] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88623.026455] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88633.266041] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88643.379454] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88643.504873] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88653.743818] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88663.858594] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88663.862241] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88663.893601] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88663.894133] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88663.986653] EDID block 0 (tag 0x00) checksum is invalid, remainder is 122
|
|
[88674.099235] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88674.224195] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88684.432104] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88684.432922] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88684.463705] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88694.702224] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88704.818067] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88704.850724] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88704.943276] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88715.055592] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88715.059531] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88715.060052] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88715.122305] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88715.122826] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88715.184573] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88725.360720] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88725.422185] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88735.535772] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88735.537368] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88735.539970] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88735.663184] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88745.900702] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88756.047943] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88756.079332] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88756.141205] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88766.380909] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88776.620020] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88786.736193] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88786.859101] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88797.098283] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88807.214652] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88807.215189] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88807.278549] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88807.340012] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[88817.578674] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88827.626893] audit: type=1400 audit(1785193188.850:1141): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[88827.629001] audit: type=1400 audit(1785193188.852:1142): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[88827.668212] audit: type=1400 audit(1785193188.891:1143): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[88827.725009] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88827.818510] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88837.934157] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88838.057777] EDID has corrupt header
|
|
[88848.297041] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88858.412635] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88858.536679] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88868.776810] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88878.892274] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88878.923565] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88878.985544] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88879.016316] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88889.129740] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88889.255769] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88899.494170] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88909.609078] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88909.734922] EDID block 0 (tag 0x00) checksum is invalid, remainder is 192
|
|
[88919.847555] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88919.882634] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88919.913945] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88919.914469] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88919.975940] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88930.091876] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88930.184591] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88930.215342] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88940.326734] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88940.453395] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88950.692251] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88960.932018] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88971.051306] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88971.082908] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88971.175673] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[88981.411294] EDID block 0 (tag 0x00) checksum is invalid, remainder is 119
|
|
[88991.528124] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88991.528651] i2c i2c-0: sendbytes: NAK bailout.
|
|
[88991.651888] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89001.890766] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89012.003926] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89012.007566] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89012.038827] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89012.131317] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89022.244573] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89022.247251] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89022.370900] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89032.609528] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89042.726474] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89042.850168] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[89053.087972] EDID block 0 (tag 0x00) checksum is invalid, remainder is 77
|
|
[89063.236358] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89063.298330] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89063.329072] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89069.487155] audit: type=1400 audit(1785193430.719:1144): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[89069.489241] audit: type=1400 audit(1785193430.722:1145): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[89069.529319] audit: type=1400 audit(1785193430.762:1146): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[89073.475883] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89073.568795] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89083.807936] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89094.047689] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89104.160302] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89104.286638] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89114.526809] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89124.642911] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89124.766254] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89135.006423] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89145.213969] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89145.244741] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89155.342908] mce: [Hardware Error]: Machine check events logged
|
|
[89155.342950] EDAC MC0: 2 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[89155.359636] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89155.362211] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89155.424505] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89155.485978] EDID block 0 (tag 0x00) checksum is invalid, remainder is 98
|
|
[89165.723498] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89175.963173] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89186.078454] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89186.080031] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89186.204988] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89196.316685] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89196.444112] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89206.557381] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89206.558952] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89206.683404] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89216.922659] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89227.161605] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89237.371163] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89237.402008] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89247.610615] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89247.641399] EDID block 0 (tag 0x00) checksum is invalid, remainder is 210
|
|
[89257.757361] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89257.880604] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89268.089550] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89268.120309] EDID block 0 (tag 0x00) checksum is invalid, remainder is 113
|
|
[89278.359713] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89288.600025] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89298.713650] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89298.780336] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89298.842004] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89309.078923] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89319.196148] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89319.319509] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89329.435155] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89329.466743] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89329.559218] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179
|
|
[89332.202019] audit: type=1400 audit(1785193693.445:1147): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[89332.204073] audit: type=1400 audit(1785193693.447:1148): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[89332.244552] audit: type=1400 audit(1785193693.487:1149): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[89339.736306] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89339.736831] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89339.798920] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89350.037457] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89360.215197] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89360.276793] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89370.515746] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[89380.632523] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89380.695558] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89380.757332] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89390.869057] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89390.869595] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89390.872215] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89390.935954] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89390.997837] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89401.234472] EDID block 0 (tag 0x00) checksum is invalid, remainder is 109
|
|
[89411.414109] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89411.414638] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89411.476216] EDID block 0 (tag 0x00) checksum is invalid, remainder is 113
|
|
[89421.591108] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89421.623754] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89421.716407] EDID has corrupt header
|
|
[89431.830547] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89431.892702] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89431.893230] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89431.955103] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89442.193229] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89452.309021] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89452.433682] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89462.547292] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89462.580626] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89462.672852] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89472.820231] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89472.882195] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89472.913254] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89483.060149] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89483.152355] EDID block 0 (tag 0x00) checksum is invalid, remainder is 86
|
|
[89493.268137] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89493.391386] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89503.539335] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89503.631537] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89513.870385] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89524.110440] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89534.257244] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89534.319242] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89534.350000] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89544.592209] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89554.767455] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89554.828935] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[89565.068042] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89568.213013] audit: type=1400 audit(1785193929.465:1150): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[89568.215053] audit: type=1400 audit(1785193929.467:1151): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[89568.256696] audit: type=1400 audit(1785193929.509:1152): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[89575.215987] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89575.308351] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89585.547524] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89595.788406] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89605.903279] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89605.966272] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89606.028028] EDID has corrupt header
|
|
[89616.205304] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89616.267290] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89626.445031] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89626.506819] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89636.745212] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89646.954834] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89646.955360] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89646.986405] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89657.100681] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89657.195151] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89657.226257] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89667.340280] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89667.373813] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89667.466156] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89677.581196] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89677.704083] EDID block 0 (tag 0x00) checksum is invalid, remainder is 48
|
|
[89687.817380] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89687.818968] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89687.822130] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89687.822651] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89687.946048] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89698.183141] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89708.299040] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89708.424097] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89718.601723] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89718.663525] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89728.778119] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89728.903649] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89739.141726] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[89749.258101] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89749.351151] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89749.382215] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89759.559585] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89759.621061] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89769.799427] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89769.861475] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89780.100558] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115
|
|
[89790.339440] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89800.454064] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89800.454598] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89800.518970] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89800.581054] EDID block 0 (tag 0x00) checksum is invalid, remainder is 122
|
|
[89810.693944] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89810.819859] EDID block 0 (tag 0x00) checksum is invalid, remainder is 164
|
|
[89821.058263] EDID block 0 (tag 0x00) checksum is invalid, remainder is 144
|
|
[89831.206655] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89831.207180] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89831.299838] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89841.508403] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89841.539194] EDID block 0 (tag 0x00) checksum is invalid, remainder is 196
|
|
[89851.650962] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89851.655191] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89851.655718] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89851.779059] EDID block 0 (tag 0x00) checksum is invalid, remainder is 0
|
|
[89859.970224] audit: type=1400 audit(1785194221.234:1153): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[89859.972378] audit: type=1400 audit(1785194221.236:1154): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[89860.011880] audit: type=1400 audit(1785194221.275:1155): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[89861.891616] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89862.016662] EDID block 0 (tag 0x00) checksum is invalid, remainder is 8
|
|
[89872.132580] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89872.195945] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89872.197069] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89872.258564] EDID block 0 (tag 0x00) checksum is invalid, remainder is 74
|
|
[89882.496044] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89892.610445] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89892.644052] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89892.736524] EDID has corrupt header
|
|
[89902.848944] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89902.851556] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89902.975766] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89913.214063] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89923.328142] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89923.329731] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89923.455635] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89933.569392] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89933.694951] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89943.810740] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89943.933918] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89954.172780] EDID block 0 (tag 0x00) checksum is invalid, remainder is 46
|
|
[89964.289233] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89964.291075] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89964.414911] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89974.528230] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89974.528761] i2c i2c-0: sendbytes: NAK bailout.
|
|
[89974.652955] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89984.891544] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[89995.131454] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90005.245974] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90005.248848] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90005.372624] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90015.519239] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90015.612037] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90025.789933] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90025.851505] EDID block 0 (tag 0x00) checksum is invalid, remainder is 86
|
|
[90035.967140] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90036.090354] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90046.237463] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90046.269020] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90046.330707] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[90056.443991] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90056.569358] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90066.808770] EDID block 0 (tag 0x00) checksum is invalid, remainder is 120
|
|
[90076.987026] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90077.048494] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90087.165243] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90087.290855] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90097.404421] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90097.527550] EDID block 0 (tag 0x00) checksum is invalid, remainder is 120
|
|
[90107.640902] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90107.737506] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90107.768615] EDID block 0 (tag 0x00) checksum is invalid, remainder is 194
|
|
[90117.882590] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90117.884740] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90117.946733] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90118.008211] EDID block 0 (tag 0x00) checksum is invalid, remainder is 175
|
|
[90128.246149] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90135.278540] audit: type=1400 audit(1785194496.553:1156): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[90135.280530] audit: type=1400 audit(1785194496.555:1157): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[90135.321633] audit: type=1400 audit(1785194496.596:1158): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[90138.360756] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90138.485806] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[90148.695057] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90148.725920] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90158.838902] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90158.904436] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90158.935746] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90158.966857] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90169.204349] EDID has corrupt header
|
|
[90179.321791] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90179.444724] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90189.684772] EDID has corrupt header
|
|
[90199.799381] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90199.923349] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90210.163083] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90220.278591] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90220.279122] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90220.311565] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90220.403786] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90230.521067] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90230.583321] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90230.583847] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90230.645667] EDID block 0 (tag 0x00) checksum is invalid, remainder is 192
|
|
[90240.759088] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90240.790353] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90240.882588] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90250.995281] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90250.999216] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90250.999737] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90251.000257] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90251.123464] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90261.235944] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90261.237496] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90261.239045] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90261.361960] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90271.601104] EDID block 0 (tag 0x00) checksum is invalid, remainder is 176
|
|
[90281.715142] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90281.716991] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90281.811085] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90281.841847] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90291.956345] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90291.956869] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90292.081705] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90302.290255] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90302.321128] EDID block 0 (tag 0x00) checksum is invalid, remainder is 120
|
|
[90312.559652] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90322.673511] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90322.798511] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90332.913159] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90333.038970] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[90343.154761] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90343.218674] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90343.219197] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90343.250437] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90343.281211] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90353.517396] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90363.630890] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90363.631427] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90363.728451] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90363.759261] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90373.996595] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90384.110074] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90384.144792] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90384.237375] EDID block 0 (tag 0x00) checksum is invalid, remainder is 175
|
|
[90394.352088] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90394.476974] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90400.013217] audit: type=1400 audit(1785194761.298:1159): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[90400.015297] audit: type=1400 audit(1785194761.300:1160): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[90400.055098] audit: type=1400 audit(1785194761.340:1161): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[90404.623188] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90404.715858] EDID block 0 (tag 0x00) checksum is invalid, remainder is 120
|
|
[90414.894077] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90414.894604] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90414.956405] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90425.195486] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[90435.310432] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90435.373433] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90435.373962] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90435.405505] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90435.406026] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90435.436788] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90445.674388] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90455.788314] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90455.913650] EDID block 0 (tag 0x00) checksum is invalid, remainder is 119
|
|
[90466.152959] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90476.300987] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90476.363839] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90476.394589] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22
|
|
[90486.632564] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90496.872262] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90507.019065] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90507.111545] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90517.227964] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90517.351939] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90527.464450] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90527.468087] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90527.499366] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90527.592145] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[90537.704053] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90537.706666] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90537.831533] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90547.978127] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90548.070591] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90558.183829] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90558.185421] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90558.186967] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90558.280715] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90558.281241] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90558.312501] EDID block 0 (tag 0x00) checksum is invalid, remainder is 32
|
|
[90568.426239] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90568.550204] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90578.788242] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90588.902037] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90589.029468] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90599.142683] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90599.143207] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90599.269276] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90609.383315] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90609.446319] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90609.446840] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90609.508350] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90619.622934] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90619.686277] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90619.748107] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90629.862791] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90629.927115] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90629.927635] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90629.958868] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90629.989680] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90640.100040] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90640.104267] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90640.227655] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90650.343641] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90650.406303] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90650.438248] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90650.469146] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90660.705692] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90670.944682] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90671.788021] audit: type=1400 audit(1785195033.084:1162): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[90671.789937] audit: type=1400 audit(1785195033.085:1163): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[90671.830103] audit: type=1400 audit(1785195033.125:1164): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[90681.184957] EDID block 0 (tag 0x00) checksum is invalid, remainder is 232
|
|
[90691.424260] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90701.572071] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90701.664627] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90711.903103] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90722.020514] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90722.021039] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90722.052307] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90722.145096] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90732.259523] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90732.352362] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90732.383199] EDID block 0 (tag 0x00) checksum is invalid, remainder is 144
|
|
[90742.622123] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90752.737734] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90752.770290] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90752.862765] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90762.978606] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90763.102706] EDID block 0 (tag 0x00) checksum is invalid, remainder is 238
|
|
[90773.214808] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90773.217421] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90773.342082] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90783.457818] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90783.458347] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90783.581856] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90793.820024] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90803.933612] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90803.934143] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90803.934663] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90803.969589] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90804.062053] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90814.176622] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90814.299866] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90824.413920] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90824.538935] EDID block 0 (tag 0x00) checksum is invalid, remainder is 113
|
|
[90834.778288] EDID block 0 (tag 0x00) checksum is invalid, remainder is 16
|
|
[90845.018293] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90855.135008] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90855.289233] EDID block 1 (tag 0xff) checksum is invalid, remainder is 127
|
|
[90865.405352] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90865.497522] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90875.610808] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90875.611635] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90875.738956] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90885.851026] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90885.885476] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90885.886007] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90885.949053] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90885.980199] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90896.093099] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90896.216164] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90906.456594] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90916.570269] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90916.695867] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90922.691746] audit: type=1400 audit(1785195283.996:1165): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[90922.693739] audit: type=1400 audit(1785195283.998:1166): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[90922.733327] audit: type=1400 audit(1785195284.037:1167): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[90926.810871] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90926.934991] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90937.048401] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90937.050293] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90937.052148] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90937.176187] EDID block 0 (tag 0x00) checksum is invalid, remainder is 84
|
|
[90947.321902] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90947.384234] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90947.415066] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[90957.561757] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90957.654559] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[90967.770305] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90967.833028] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90967.894900] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90978.009164] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90978.103467] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90978.134213] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90988.246711] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90988.250997] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90988.374531] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[90998.487331] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90998.487861] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90998.490435] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90998.521861] i2c i2c-0: sendbytes: NAK bailout.
|
|
[90998.614142] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91008.852623] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[91018.967842] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91018.969388] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91019.092580] EDID block 0 (tag 0x00) checksum is invalid, remainder is 8
|
|
[91029.269633] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91029.331126] EDID block 0 (tag 0x00) checksum is invalid, remainder is 48
|
|
[91039.570571] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91049.683983] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91049.810120] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91060.049353] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[91070.289200] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91080.402792] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91080.529206] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91090.646423] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91090.646967] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91090.647497] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91090.678794] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91090.770997] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91100.881957] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91101.008359] EDID block 0 (tag 0x00) checksum is invalid, remainder is 176
|
|
[91111.249050] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91121.365463] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91121.488813] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91131.726309] EDID block 0 (tag 0x00) checksum is invalid, remainder is 236
|
|
[91141.844468] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91141.907045] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91141.938330] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91141.969079] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[91152.206133] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91157.929890] audit: type=1400 audit(1785195519.245:1168): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[91157.933467] audit: type=1400 audit(1785195519.248:1169): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[91157.973051] audit: type=1400 audit(1785195519.287:1170): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[91162.319568] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91162.322756] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91162.416685] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91162.447475] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91172.684640] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91182.925022] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91193.039421] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91193.072736] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91193.165163] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91203.403948] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91213.519637] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91213.644096] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91223.757188] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91223.854556] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91223.885386] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91234.122797] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91244.239490] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91244.362903] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91254.476069] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91254.603282] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91264.718953] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91264.842140] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91274.955161] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91274.955693] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91275.082001] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91285.321785] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91295.435416] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91295.436968] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91295.561193] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[91305.673960] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91305.769920] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91305.800963] EDID block 0 (tag 0x00) checksum is invalid, remainder is 176
|
|
[91315.913848] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91315.915431] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91315.918300] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91315.980567] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91316.012102] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91316.042854] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[91326.280463] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91336.488682] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91336.519842] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91346.634430] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91346.759141] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91356.871956] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91356.998054] EDID block 0 (tag 0x00) checksum is invalid, remainder is 165
|
|
[91367.145662] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91367.238145] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91377.351194] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91377.353810] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91377.355371] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91377.478560] EDID block 0 (tag 0x00) checksum is invalid, remainder is 80
|
|
[91387.625175] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91387.656730] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91387.657255] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91387.658067] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91387.689297] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91387.720352] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91397.831399] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91397.895712] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91397.957174] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91408.196204] EDID block 0 (tag 0x00) checksum is invalid, remainder is 32
|
|
[91418.310908] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91418.407031] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91418.438088] EDID has corrupt header
|
|
[91428.551540] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91428.552084] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91428.676885] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91438.789793] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91438.792961] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91438.916258] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91449.028346] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91449.031994] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91449.063535] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91449.155759] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91456.876459] audit: type=1400 audit(1785195818.202:1171): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[91456.878568] audit: type=1400 audit(1785195818.205:1172): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[91456.917176] audit: type=1400 audit(1785195818.243:1173): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[91459.267955] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91459.394029] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91469.633395] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91479.749534] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91479.751091] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91479.874465] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91489.988843] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91489.990399] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91490.113882] EDID block 0 (tag 0x00) checksum is invalid, remainder is 16
|
|
[91500.323133] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91500.353898] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91510.467307] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91510.467849] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91510.593795] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[91520.708640] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91520.709468] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91520.741038] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91520.741559] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91520.742080] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91520.834632] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91530.946188] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91531.071448] EDID block 0 (tag 0x00) checksum is invalid, remainder is 202
|
|
[91541.310204] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91551.550397] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91561.663956] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91561.789960] EDID block 0 (tag 0x00) checksum is invalid, remainder is 143
|
|
[91571.904593] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91571.938177] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91572.000424] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91572.000945] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91572.001465] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91572.001984] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91572.032726] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[91582.268719] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91592.508884] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91602.624532] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91602.750102] EDID block 0 (tag 0x00) checksum is invalid, remainder is 248
|
|
[91612.926801] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91612.988278] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91623.198489] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91623.229580] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[91633.342189] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91633.342719] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91633.468481] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[91643.706493] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91653.822703] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91653.854973] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91653.855493] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91653.948313] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91664.155480] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91664.186236] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91674.426140] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91684.540184] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91684.542063] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91684.667138] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91694.843968] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91694.905891] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91705.018626] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91705.020223] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91705.021776] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91705.146085] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91715.261052] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91715.354315] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91715.385392] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91725.593379] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91725.593906] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91725.624677] EDID block 0 (tag 0x00) checksum is invalid, remainder is 20
|
|
[91735.739213] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91735.741055] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91735.833751] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91735.864500] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[91745.976724] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91746.072959] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91746.104006] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91756.343724] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91756.741888] audit: type=1400 audit(1785196118.080:1174): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[91756.743844] audit: type=1400 audit(1785196118.082:1175): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[91756.784289] audit: type=1400 audit(1785196118.122:1176): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[91766.583158] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91776.695524] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91776.697410] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91776.822639] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91786.935114] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91786.969762] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91787.001291] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91787.002107] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91787.063614] EDID block 0 (tag 0x00) checksum is invalid, remainder is 234
|
|
[91797.178155] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91797.179000] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91797.179532] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91797.302469] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91807.416397] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91807.510386] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91807.541444] EDID has corrupt header
|
|
[91817.779736] EDID block 0 (tag 0x00) checksum is invalid, remainder is 12
|
|
[91827.989949] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91828.020705] EDID block 0 (tag 0x00) checksum is invalid, remainder is 10
|
|
[91838.167310] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91838.259696] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91848.407289] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91848.499821] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91858.738954] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91858.914304] mce: [Hardware Error]: Machine check events logged
|
|
[91858.914344] EDAC MC0: 1 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[91868.851918] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91868.948243] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91868.979093] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91879.094937] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91879.218235] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91889.396008] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91889.427260] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91889.427781] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91889.458536] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91899.605176] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91899.697657] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91909.875310] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91909.937439] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115
|
|
[91920.052277] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91920.115329] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91920.176846] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91930.292923] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91930.324279] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91930.416545] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91940.531199] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91940.531732] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91940.656238] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91950.895204] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91961.134366] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91971.249139] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91971.374115] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91981.583583] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91981.614688] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[91991.822425] i2c i2c-0: sendbytes: NAK bailout.
|
|
[91991.853201] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[92002.000843] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92002.093351] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92012.206326] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92012.206857] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92012.207377] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92012.211283] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92012.334497] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92022.445915] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92022.449604] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92022.573905] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92032.812137] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92041.950747] audit: type=1400 audit(1785196403.300:1177): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[92041.952315] audit: type=1400 audit(1785196403.301:1178): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[92041.992781] audit: type=1400 audit(1785196403.342:1179): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[92042.989794] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92043.051486] EDID block 0 (tag 0x00) checksum is invalid, remainder is 80
|
|
[92053.261598] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92053.262420] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92053.293165] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92063.530415] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92073.644921] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92073.645448] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92073.648645] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92073.650195] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92073.712557] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92073.774621] EDID block 0 (tag 0x00) checksum is invalid, remainder is 113
|
|
[92083.886600] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92083.979646] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92084.010455] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92094.219625] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92094.250382] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92104.428943] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92104.460622] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92104.491487] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[92114.602288] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92114.728671] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92124.842939] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92124.937993] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92124.939103] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92124.970216] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92135.081499] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92135.082027] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92135.083892] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92135.148217] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92135.210002] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22
|
|
[92145.446755] EDID block 0 (tag 0x00) checksum is invalid, remainder is 32
|
|
[92155.563838] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92155.626274] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92155.688092] EDID block 0 (tag 0x00) checksum is invalid, remainder is 16
|
|
[92165.835783] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92165.867339] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92165.929131] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[92176.165669] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92186.279487] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92186.283690] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92186.407346] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92196.644948] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92206.823550] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92206.885307] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92217.000363] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92217.124781] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92227.239947] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92227.365760] EDID has corrupt header
|
|
[92237.603769] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92247.812652] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92247.843708] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92258.082467] EDID block 0 (tag 0x00) checksum is invalid, remainder is 113
|
|
[92268.230728] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92268.323287] EDID block 0 (tag 0x00) checksum is invalid, remainder is 119
|
|
[92278.437972] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92278.470253] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92278.562724] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92286.011948] audit: type=1400 audit(1785196647.370:1180): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[92286.014091] audit: type=1400 audit(1785196647.372:1181): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[92286.053656] audit: type=1400 audit(1785196647.412:1182): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[92288.712337] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92288.743581] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92288.805060] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92299.041159] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[92309.280721] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92319.459133] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92319.520886] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92329.638162] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92329.669422] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92329.669943] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92329.701786] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92329.763266] EDID block 0 (tag 0x00) checksum is invalid, remainder is 12
|
|
[92339.999829] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92350.116169] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92350.239086] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92360.352712] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92360.478767] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92370.627709] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92370.719942] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92380.836611] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92380.959902] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[92391.105586] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92391.197760] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[92401.376084] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92401.437851] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92411.554344] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92411.555893] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92411.648943] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92411.680000] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92421.915802] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92432.031969] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92432.033833] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92432.034357] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92432.098292] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92432.129828] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92432.130352] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92432.161131] EDID block 0 (tag 0x00) checksum is invalid, remainder is 19
|
|
[92442.270537] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92442.304136] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92442.304656] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92442.397163] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92452.635253] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[92462.749662] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92462.750194] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92462.876863] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92473.022513] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92473.023042] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92473.054273] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92473.116048] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92483.227872] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92483.354246] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92493.593972] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92503.707069] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92503.833470] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22
|
|
[92513.949800] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92513.950331] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92513.981610] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92514.074120] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92524.220204] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92534.552357] EDID block 0 (tag 0x00) checksum is invalid, remainder is 113
|
|
[92544.761052] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92544.791855] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92554.907144] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92554.907679] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92554.908200] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92554.908722] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92555.003463] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92555.003988] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92555.035065] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92557.958656] audit: type=1400 audit(1785196919.327:1183): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[92557.960672] audit: type=1400 audit(1785196919.330:1184): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[92558.000403] audit: type=1400 audit(1785196919.368:1185): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[92565.146033] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92565.149028] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92565.272183] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92575.510631] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92585.658012] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92585.750614] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[92595.989705] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92606.103058] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92606.230823] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92616.345765] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92616.468981] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92626.582260] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92626.582794] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92626.648563] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92626.710050] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92636.825864] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92636.826399] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92636.826921] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92636.950415] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92647.187401] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92657.304166] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92657.427523] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92667.667011] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92677.906223] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92688.019858] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92688.146772] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92698.386164] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92708.598286] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92708.629067] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92718.773603] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92718.835932] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92718.866730] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92729.103769] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92739.282759] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92739.283284] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92739.344848] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92749.584011] EDID block 0 (tag 0x00) checksum is invalid, remainder is 8
|
|
[92759.823207] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92770.062648] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92780.177295] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92780.179146] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92780.179667] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92780.212533] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92780.213054] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92780.244292] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92780.305753] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92790.415861] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92790.542770] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92800.782017] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92810.898469] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92810.991490] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92810.992011] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92811.022757] EDID block 0 (tag 0x00) checksum is invalid, remainder is 117
|
|
[92821.135696] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92821.136233] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92821.200353] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92821.262106] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92827.917345] audit: type=1400 audit(1785197189.297:1186): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[92827.919413] audit: type=1400 audit(1785197189.299:1187): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[92827.958379] audit: type=1400 audit(1785197189.338:1188): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[92831.500361] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92841.739817] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92851.856144] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92851.980354] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92862.095132] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92862.189584] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92862.220335] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[92872.336745] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92872.337278] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92872.399351] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92872.399873] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92872.400393] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92872.462084] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92882.573613] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92882.576200] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92882.607468] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92882.699710] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[92892.812905] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92892.877825] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92892.939378] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92903.052515] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92903.117234] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92903.148476] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92903.179513] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92913.292035] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92913.327390] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92913.420748] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92923.659949] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92933.896038] EDID block 0 (tag 0x00) checksum is invalid, remainder is 120
|
|
[92944.009859] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92944.106683] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92944.137489] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[92954.345465] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92954.376250] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92964.489046] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92964.554696] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92964.616161] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[92974.854409] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[92984.970320] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92984.970862] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92985.065249] i2c i2c-0: sendbytes: NAK bailout.
|
|
[92985.096003] EDID block 0 (tag 0x00) checksum is invalid, remainder is 238
|
|
[92995.334051] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93005.512260] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93005.543504] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93005.544025] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93005.574778] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93015.782888] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93015.813947] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[93025.927992] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93025.928523] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93026.053501] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93036.168312] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93036.292255] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93046.533195] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[93056.648546] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93056.771490] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93060.230202] audit: type=1400 audit(1785197421.619:1189): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[93060.231967] audit: type=1400 audit(1785197421.621:1190): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[93060.275991] audit: type=1400 audit(1785197421.665:1191): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[93066.887428] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93066.887973] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93066.888505] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93066.952008] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93066.952537] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93067.014051] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93077.125995] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93077.159984] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93077.160800] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93077.253380] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93087.490484] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93097.604902] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93097.730629] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115
|
|
[93107.908076] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93107.939970] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93107.970823] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93118.208970] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[93128.387319] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93128.449083] EDID block 0 (tag 0x00) checksum is invalid, remainder is 238
|
|
[93138.562802] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93138.690553] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93148.803939] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93148.804476] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93148.929666] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93159.041427] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93159.168172] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93169.281033] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93169.283663] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93169.284187] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93169.285742] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93169.408914] EDID block 0 (tag 0x00) checksum is invalid, remainder is 98
|
|
[93179.523596] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93179.647525] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93189.825651] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93189.826176] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93189.887628] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93200.002932] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93200.034234] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93200.034760] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93200.066026] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93200.127505] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93210.304884] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93210.366361] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93220.544445] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93220.606409] EDID block 0 (tag 0x00) checksum is invalid, remainder is 109
|
|
[93230.844214] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93241.023359] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93241.084826] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93251.199168] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93251.232860] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93251.325444] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93261.438463] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93261.440321] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93261.440842] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93261.441370] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93261.473667] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93261.504903] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93261.566395] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93271.710866] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93271.711390] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93271.803594] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93282.042506] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93292.157205] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93292.161471] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93292.223514] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93292.284991] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93302.398915] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93302.430244] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93302.523171] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[93312.636810] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93312.670485] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93312.732769] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93312.763540] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179
|
|
[93322.940131] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93322.940656] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93323.002108] EDID block 0 (tag 0x00) checksum is invalid, remainder is 234
|
|
[93333.116669] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93333.179976] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93333.211522] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93333.242590] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93343.480012] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93353.719600] EDID block 0 (tag 0x00) checksum is invalid, remainder is 176
|
|
[93357.471527] audit: type=1400 audit(1785197718.872:1192): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[93357.473521] audit: type=1400 audit(1785197718.874:1193): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[93357.512093] audit: type=1400 audit(1785197718.912:1194): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[93363.835445] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93363.838633] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93363.901509] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93363.902037] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93363.963521] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93374.199592] EDID block 0 (tag 0x00) checksum is invalid, remainder is 74
|
|
[93384.346444] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93384.438981] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93394.677757] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93404.793156] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93404.795737] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93404.918644] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93415.031405] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93415.034017] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93415.158269] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[93425.337456] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93425.398943] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93435.510596] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93435.514239] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93435.607278] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93435.638028] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93445.877035] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93455.990865] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93455.991395] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93456.116344] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93466.229423] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93466.229959] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93466.231547] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93466.233114] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93466.327041] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93466.357819] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[93476.594768] EDID block 0 (tag 0x00) checksum is invalid, remainder is 192
|
|
[93486.743352] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93486.835736] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93497.074001] EDID block 0 (tag 0x00) checksum is invalid, remainder is 120
|
|
[93507.190168] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93507.191000] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93507.315592] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93517.554069] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93527.702405] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93527.764959] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93527.795727] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93537.906610] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93537.908189] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93538.033757] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93548.149293] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93548.180549] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93548.181071] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93548.243017] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93548.273764] EDID block 0 (tag 0x00) checksum is invalid, remainder is 24
|
|
[93558.386856] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93558.512682] EDID block 0 (tag 0x00) checksum is invalid, remainder is 194
|
|
[93568.627797] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93568.628327] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93568.722596] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93568.753367] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[93578.991482] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22
|
|
[93585.366010] audit: type=1400 audit(1785197946.776:1195): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[93585.368052] audit: type=1400 audit(1785197946.778:1196): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[93585.408084] audit: type=1400 audit(1785197946.817:1197): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[93589.200342] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93589.200866] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93589.231704] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93599.346588] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93599.378884] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93599.410411] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93599.410938] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93599.442167] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93599.472936] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93609.709893] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93619.824739] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93619.827341] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93619.889567] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93619.951079] EDID block 0 (tag 0x00) checksum is invalid, remainder is 120
|
|
[93630.189374] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93640.428715] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93650.638767] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93650.669860] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93660.784897] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93660.877567] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93660.908314] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93671.021378] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93671.148015] EDID block 0 (tag 0x00) checksum is invalid, remainder is 113
|
|
[93681.356912] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93681.387695] EDID block 0 (tag 0x00) checksum is invalid, remainder is 234
|
|
[93691.535026] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93691.627526] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93701.867272] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93711.981858] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93712.106039] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93722.221740] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93722.222266] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93722.346864] EDID block 0 (tag 0x00) checksum is invalid, remainder is 123
|
|
[93732.461351] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93732.461884] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93732.524885] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93732.586366] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93742.824797] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93752.938175] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93752.938701] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93752.941609] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93753.065921] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93763.177771] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93763.273854] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93763.304616] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93773.543453] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93783.660081] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93783.722045] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93783.783509] EDID block 0 (tag 0x00) checksum is invalid, remainder is 48
|
|
[93793.900275] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93793.962570] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93794.024024] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93804.201883] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93804.263418] EDID block 0 (tag 0x00) checksum is invalid, remainder is 8
|
|
[93814.471329] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93814.502094] EDID block 0 (tag 0x00) checksum is invalid, remainder is 78
|
|
[93814.581338] audit: type=1400 audit(1785198176.000:1198): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[93814.583477] audit: type=1400 audit(1785198176.002:1199): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[93814.622532] audit: type=1400 audit(1785198176.041:1200): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[93824.649786] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93824.650318] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93824.742546] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93834.981776] EDID block 0 (tag 0x00) checksum is invalid, remainder is 120
|
|
[93845.098591] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93845.161422] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93845.161944] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93845.223415] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93855.335283] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93855.335818] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93855.336337] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93855.340543] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93855.464091] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93865.576437] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93865.700393] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93875.939861] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93886.086797] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93886.179291] EDID block 0 (tag 0x00) checksum is invalid, remainder is 109
|
|
[93896.326410] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93896.419502] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93906.658985] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93916.898144] EDID block 0 (tag 0x00) checksum is invalid, remainder is 43
|
|
[93927.013757] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93927.014298] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93927.014830] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93927.015362] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93927.047973] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93927.140246] EDID block 0 (tag 0x00) checksum is invalid, remainder is 117
|
|
[93937.254364] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93937.254893] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93937.286138] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93937.378314] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93947.493664] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93947.586623] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93947.617668] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93957.856293] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93968.096136] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93978.335748] EDID block 0 (tag 0x00) checksum is invalid, remainder is 43
|
|
[93988.483370] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93988.575540] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[93998.690635] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93998.692478] i2c i2c-0: sendbytes: NAK bailout.
|
|
[93998.815673] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94009.055040] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94019.294305] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94029.503094] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94029.503618] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94029.534380] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94039.773595] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94050.012935] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94060.160024] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94060.191289] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94060.252789] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94061.745506] audit: type=1400 audit(1785198423.173:1201): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[94061.747641] audit: type=1400 audit(1785198423.176:1202): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[94061.787142] audit: type=1400 audit(1785198423.215:1203): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[94070.400191] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94070.492374] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[94080.606720] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94080.607260] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94080.641152] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94080.672755] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94080.673580] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94080.735082] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94090.849246] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94090.880525] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94090.911782] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94090.973549] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94101.086649] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94101.087183] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94101.119562] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94101.212076] EDID block 0 (tag 0x00) checksum is invalid, remainder is 61
|
|
[94111.419377] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94111.450121] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[94121.690777] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[94131.929441] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94142.168804] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94152.377808] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94152.378339] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94152.409096] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[94162.523201] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94162.648499] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94172.889229] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94183.003725] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94183.127983] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179
|
|
[94193.244068] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94193.367373] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94203.482611] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94203.546247] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94203.607725] EDID block 0 (tag 0x00) checksum is invalid, remainder is 236
|
|
[94213.720153] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94213.755078] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94213.755599] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94213.817600] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94213.848354] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94223.960800] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94224.086055] EDID block 0 (tag 0x00) checksum is invalid, remainder is 109
|
|
[94234.233493] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94234.326273] EDID has corrupt header
|
|
[94244.442043] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94244.442567] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94244.535260] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94244.566017] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[94254.679595] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94254.804699] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94264.918143] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94265.044592] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94275.160842] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94275.161371] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94275.192638] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94275.284895] EDID block 0 (tag 0x00) checksum is invalid, remainder is 77
|
|
[94285.399395] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94285.432706] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94285.525181] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94295.762416] EDID block 0 (tag 0x00) checksum is invalid, remainder is 20
|
|
[94306.003194] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94316.117181] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94316.243012] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94326.355734] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94326.358352] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94326.358877] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94326.452866] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94326.483940] EDID has corrupt header
|
|
[94336.660442] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94336.721908] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94346.838028] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94346.961291] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94352.912085] audit: type=1400 audit(1785198714.352:1204): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[94352.914160] audit: type=1400 audit(1785198714.354:1205): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[94352.953397] audit: type=1400 audit(1785198714.393:1206): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[94357.078211] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94357.078735] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94357.202539] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94367.440534] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179
|
|
[94377.557118] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94377.680058] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94387.920005] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94398.032918] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94398.033442] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94398.129663] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94398.160412] EDID block 0 (tag 0x00) checksum is invalid, remainder is 4
|
|
[94408.276221] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94408.307777] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94408.308305] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94408.308828] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94408.340068] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94408.340589] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94408.402359] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94418.576667] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94418.607899] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94418.638643] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94428.752710] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94428.754873] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94428.880130] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94438.992658] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94438.993189] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94439.118492] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94449.265034] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94449.265559] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94449.296827] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94449.358320] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94459.597044] EDID block 0 (tag 0x00) checksum is invalid, remainder is 109
|
|
[94469.713820] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94469.837051] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94480.075497] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94490.223770] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94490.285786] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94490.317133] EDID has corrupt header
|
|
[94500.555107] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94510.669559] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94510.672180] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94510.796033] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94520.910173] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94520.942766] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94520.943287] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94520.974533] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94521.036626] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94531.274721] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94541.513680] EDID block 0 (tag 0x00) checksum is invalid, remainder is 36
|
|
[94551.628999] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94551.753253] EDID block 0 (tag 0x00) checksum is invalid, remainder is 228
|
|
[94560.929337] mce: [Hardware Error]: Machine check events logged
|
|
[94560.929372] EDAC MC0: 1 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[94561.992890] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94572.107437] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94572.107966] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94572.141276] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94572.233448] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94582.380114] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94582.411353] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94582.472813] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94590.271144] mce: [Hardware Error]: Machine check events logged
|
|
[94590.271179] EDAC MC0: 1 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[94592.587361] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94592.711607] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94602.951337] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94608.375988] audit: type=1400 audit(1785198969.826:1207): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[94608.378134] audit: type=1400 audit(1785198969.828:1208): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[94608.417366] audit: type=1400 audit(1785198969.867:1209): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[94613.160343] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94613.191101] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94623.304087] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94623.307726] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94623.369986] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94623.431478] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94633.547078] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94633.639772] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94633.640293] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94633.671036] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94643.784321] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94643.785871] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94643.880552] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94643.911299] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94654.148455] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94664.263826] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94664.265378] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94664.266199] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94664.391037] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94674.503064] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94674.629093] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94684.742731] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94684.868161] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94694.981269] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94695.046349] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94695.107811] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94705.224545] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94705.347514] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94715.460464] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94715.556844] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94715.557660] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94715.588409] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94725.733942] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94725.765205] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94725.826670] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94736.066049] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94746.304762] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94756.418857] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94756.515588] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94756.546340] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94766.784645] EDID block 0 (tag 0x00) checksum is invalid, remainder is 123
|
|
[94776.902468] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94777.025691] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94797.442088] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94797.503879] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94807.616841] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94807.743534] EDID block 0 (tag 0x00) checksum is invalid, remainder is 28
|
|
[94817.982248] EDID block 0 (tag 0x00) checksum is invalid, remainder is 246
|
|
[94828.098116] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94828.100274] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94828.163746] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94828.225627] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94838.462003] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94848.576289] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94848.576829] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94848.610811] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94848.642052] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94848.673294] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94848.704053] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94858.910149] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94858.940927] EDID block 0 (tag 0x00) checksum is invalid, remainder is 113
|
|
[94869.180010] EDID block 0 (tag 0x00) checksum is invalid, remainder is 113
|
|
[94879.297123] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94879.420330] EDID block 0 (tag 0x00) checksum is invalid, remainder is 236
|
|
[94884.165117] audit: type=1400 audit(1785199245.626:1210): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[94884.167275] audit: type=1400 audit(1785199245.628:1211): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[94884.207859] audit: type=1400 audit(1785199245.668:1212): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[94889.536781] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94889.660202] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94899.776625] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94899.838608] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94899.900657] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[94910.016228] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94910.139151] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[94920.254519] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94920.379063] EDID has corrupt header
|
|
[94930.617789] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[94940.800454] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94940.861920] EDID block 0 (tag 0x00) checksum is invalid, remainder is 109
|
|
[94951.097067] EDID block 0 (tag 0x00) checksum is invalid, remainder is 79
|
|
[94961.336312] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94971.576780] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94981.692686] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94981.817238] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[94991.931248] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94991.933817] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94991.996113] i2c i2c-0: sendbytes: NAK bailout.
|
|
[94992.057603] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22
|
|
[95002.171599] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95002.295537] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95012.409871] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95012.410403] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95012.535678] EDID block 0 (tag 0x00) checksum is invalid, remainder is 120
|
|
[95022.775107] EDID block 0 (tag 0x00) checksum is invalid, remainder is 121
|
|
[95032.889070] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95032.890918] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95032.891439] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95032.986117] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95033.016864] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95043.192760] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95043.254551] EDID block 0 (tag 0x00) checksum is invalid, remainder is 79
|
|
[95053.493293] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95063.608901] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95063.672425] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95063.734308] EDID block 0 (tag 0x00) checksum is invalid, remainder is 232
|
|
[95073.910959] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95073.972748] EDID has corrupt header
|
|
[95084.089403] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95084.120647] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95084.151914] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95084.213371] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95094.328690] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95094.391053] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95094.452817] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95104.567249] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95104.631869] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95104.693324] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95114.930259] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95125.048685] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95125.171626] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95135.286061] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95135.287613] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95135.411563] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115
|
|
[95145.649108] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95155.765273] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95155.828270] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95155.889744] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95161.239397] audit: type=1400 audit(1785199522.710:1213): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[95161.241211] audit: type=1400 audit(1785199522.712:1214): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[95161.291857] audit: type=1400 audit(1785199522.762:1215): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[95166.129733] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95176.337997] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95176.369341] EDID has corrupt header
|
|
[95186.577523] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95186.608279] EDID block 0 (tag 0x00) checksum is invalid, remainder is 120
|
|
[95196.722630] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95196.723162] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95196.725005] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95196.726555] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95196.758105] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95196.820347] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95196.851097] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95207.086996] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22
|
|
[95217.200777] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95217.201310] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95217.298270] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95217.329020] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95227.474499] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95227.566984] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95237.806087] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95247.923320] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95248.016123] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95248.046894] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95258.284700] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95268.524547] EDID block 0 (tag 0x00) checksum is invalid, remainder is 32
|
|
[95278.638356] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95278.673291] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95278.704541] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95278.705354] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95278.766831] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95288.882547] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95288.883073] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95289.006053] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95299.118606] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95299.243885] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95309.358221] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95309.361386] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95309.423922] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95309.424444] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95309.485900] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115
|
|
[95319.722605] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95329.838737] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95329.901738] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95329.932972] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95329.963720] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95340.201944] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95350.318645] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95350.349889] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95350.381746] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95350.413270] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95350.414087] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95350.414900] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95350.445643] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[95360.555158] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95360.558063] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95360.590347] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95360.682868] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95370.794746] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95370.921372] EDID block 0 (tag 0x00) checksum is invalid, remainder is 90
|
|
[95381.159832] EDID block 0 (tag 0x00) checksum is invalid, remainder is 123
|
|
[95391.276617] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95391.278460] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95391.341023] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95391.402480] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95401.639082] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95411.754486] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95411.756045] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95411.880634] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22
|
|
[95421.993036] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95421.996222] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95422.029077] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95422.060314] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95422.122165] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95432.357882] EDID block 0 (tag 0x00) checksum is invalid, remainder is 93
|
|
[95442.471942] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95442.598057] EDID block 0 (tag 0x00) checksum is invalid, remainder is 19
|
|
[95452.776744] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95452.808003] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95452.839074] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95457.635426] audit: type=1400 audit(1785199819.118:1216): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[95457.637798] audit: type=1400 audit(1785199819.120:1217): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[95457.677470] audit: type=1400 audit(1785199819.160:1218): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[95463.076972] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95473.192790] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95473.226097] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95473.257341] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95473.318809] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95483.495299] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95483.556764] EDID block 0 (tag 0x00) checksum is invalid, remainder is 36
|
|
[95493.704075] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95493.796574] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179
|
|
[95504.005366] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95504.036116] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95514.152246] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95514.183595] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95514.275951] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95524.390814] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95524.453846] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95524.454376] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95524.485649] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95524.516425] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95534.631439] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95534.754382] EDID block 0 (tag 0x00) checksum is invalid, remainder is 24
|
|
[95544.870040] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95544.870578] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95544.902980] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95544.965083] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95544.995894] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95555.109610] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95555.111459] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95555.234400] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95565.442424] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95565.443242] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95565.473987] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95575.712790] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95585.829732] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95585.922438] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95585.953197] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[95596.191693] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95606.431508] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95616.545120] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95616.548315] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95616.672469] EDID block 0 (tag 0x00) checksum is invalid, remainder is 121
|
|
[95626.818821] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95626.880789] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95626.911536] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95637.024665] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95637.059017] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95637.151185] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95647.267907] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95647.391701] EDID block 0 (tag 0x00) checksum is invalid, remainder is 12
|
|
[95657.568971] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95657.630735] EDID block 0 (tag 0x00) checksum is invalid, remainder is 133
|
|
[95667.744170] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95667.744702] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95667.869931] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95678.108803] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95688.317762] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95688.348824] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95698.462968] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95698.465565] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95698.497441] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95698.589970] EDID block 0 (tag 0x00) checksum is invalid, remainder is 176
|
|
[95703.556140] audit: type=1400 audit(1785200065.048:1219): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[95703.558162] audit: type=1400 audit(1785200065.050:1220): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[95703.597202] audit: type=1400 audit(1785200065.089:1221): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[95708.704199] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95708.828435] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95719.007331] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95719.068796] EDID block 0 (tag 0x00) checksum is invalid, remainder is 48
|
|
[95729.180699] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95729.307475] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95739.546450] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[95749.663311] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95749.786605] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95759.903201] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95759.934457] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95759.996436] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95759.996957] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95760.027720] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95770.173820] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95770.236366] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95770.267174] EDID block 0 (tag 0x00) checksum is invalid, remainder is 196
|
|
[95780.380062] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95780.381634] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95780.382165] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95780.445549] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95780.507026] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95790.714567] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95790.745327] EDID block 0 (tag 0x00) checksum is invalid, remainder is 192
|
|
[95800.857906] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95800.924179] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95800.985655] EDID block 0 (tag 0x00) checksum is invalid, remainder is 93
|
|
[95811.100639] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95811.224317] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95821.463862] EDID block 0 (tag 0x00) checksum is invalid, remainder is 238
|
|
[95831.579076] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95831.611642] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95831.612163] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95831.674988] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95831.705743] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95841.942190] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95852.058291] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95852.182205] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95862.296851] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95862.299427] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95862.361384] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95862.423126] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[95872.536138] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95872.661427] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95882.900481] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95893.017724] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95893.140962] EDID block 0 (tag 0x00) checksum is invalid, remainder is 93
|
|
[95903.379823] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95913.558632] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95913.590166] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95913.620918] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95923.734145] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95923.859110] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95934.098268] EDID block 0 (tag 0x00) checksum is invalid, remainder is 78
|
|
[95944.308164] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95944.338963] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95954.486653] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95954.578869] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95964.817867] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95971.354111] audit: type=1400 audit(1785200332.857:1222): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[95971.356789] audit: type=1400 audit(1785200332.860:1223): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[95971.396687] audit: type=1400 audit(1785200332.899:1224): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[95974.932130] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95974.933974] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95974.996944] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95975.028470] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95975.059223] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[95985.267274] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95985.298057] EDID block 0 (tag 0x00) checksum is invalid, remainder is 177
|
|
[95995.475326] i2c i2c-0: sendbytes: NAK bailout.
|
|
[95995.536795] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96005.650933] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96005.777290] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96015.889770] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96015.893985] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96016.017489] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96026.254735] EDID block 0 (tag 0x00) checksum is invalid, remainder is 71
|
|
[96036.369713] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96036.371553] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96036.404103] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96036.435371] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96036.496826] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[96046.611417] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96046.614321] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96046.708866] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96046.709390] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96046.740489] EDID has corrupt header
|
|
[96056.849230] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96056.850069] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96056.850604] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96056.852185] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96056.945924] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96056.946449] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96056.977490] EDID has corrupt header
|
|
[96067.090933] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96067.214210] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96077.392371] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96077.453843] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96087.566670] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96087.693003] EDID block 0 (tag 0x00) checksum is invalid, remainder is 32
|
|
[96097.932600] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96108.048970] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96108.112337] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96108.173814] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96118.410925] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96128.650557] EDID block 0 (tag 0x00) checksum is invalid, remainder is 121
|
|
[96138.891349] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96149.130452] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96159.369783] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96169.486849] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96169.581566] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96169.612341] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96179.724409] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96179.725966] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96179.758826] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96179.851015] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96189.962653] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96189.965269] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96189.997561] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96190.089727] EDID block 0 (tag 0x00) checksum is invalid, remainder is 12
|
|
[96200.204344] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96200.205901] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96200.268489] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96200.269016] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96200.330500] EDID block 0 (tag 0x00) checksum is invalid, remainder is 20
|
|
[96210.506807] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96210.568589] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96216.966086] audit: type=1400 audit(1785200578.479:1225): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[96216.967956] audit: type=1400 audit(1785200578.480:1226): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[96217.008300] audit: type=1400 audit(1785200578.521:1227): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[96220.746908] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96220.747726] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96220.809200] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96230.955176] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96230.986454] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96231.047916] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96241.161717] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96241.164591] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96241.226959] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96241.227481] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96241.258764] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96241.289616] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96251.496396] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96251.527142] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96261.640925] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96261.736060] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96261.766817] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96271.881525] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96272.005779] EDID block 0 (tag 0x00) checksum is invalid, remainder is 0
|
|
[96282.119036] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96282.120616] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96282.123182] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96282.154725] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96282.185972] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96282.247746] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96292.362407] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96292.362944] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96292.425041] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96292.456285] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96292.487380] EDID block 0 (tag 0x00) checksum is invalid, remainder is 238
|
|
[96302.724303] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96312.838849] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96312.904618] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96312.905433] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96312.966914] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96323.080580] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96323.173353] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96323.204101] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22
|
|
[96333.442619] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96343.621897] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96343.683378] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96353.799936] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96353.831181] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96353.923379] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96364.036873] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96364.038427] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96364.162349] EDID block 0 (tag 0x00) checksum is invalid, remainder is 119
|
|
[96374.275428] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96374.277002] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96374.402186] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96384.518156] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96384.518699] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96384.641949] EDID block 0 (tag 0x00) checksum is invalid, remainder is 48
|
|
[96394.754629] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96394.757538] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96394.881848] EDID block 0 (tag 0x00) checksum is invalid, remainder is 177
|
|
[96405.119757] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96415.359693] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96425.476101] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96425.508722] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96425.601008] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96435.808549] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96435.839297] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96445.954698] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96445.956849] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96445.957372] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96446.050326] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96446.081074] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96456.193570] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96456.257882] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96456.319346] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96466.434959] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96466.435488] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96466.436011] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96466.436537] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96466.467842] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96466.499097] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96466.500205] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96466.561674] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96476.675086] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96476.769720] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96476.800467] EDID block 0 (tag 0x00) checksum is invalid, remainder is 232
|
|
[96487.006760] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96487.037817] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96497.150626] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96497.277634] EDID block 0 (tag 0x00) checksum is invalid, remainder is 79
|
|
[96507.392887] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96507.425180] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96507.517735] EDID block 0 (tag 0x00) checksum is invalid, remainder is 26
|
|
[96510.632921] audit: type=1400 audit(1785200872.157:1228): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[96510.636570] audit: type=1400 audit(1785200872.160:1229): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[96510.675915] audit: type=1400 audit(1785200872.200:1230): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[96517.755656] EDID block 0 (tag 0x00) checksum is invalid, remainder is 71
|
|
[96527.869415] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96527.904376] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96527.996592] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[96538.109005] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96538.235135] EDID block 0 (tag 0x00) checksum is invalid, remainder is 79
|
|
[96548.474439] EDID block 0 (tag 0x00) checksum is invalid, remainder is 8
|
|
[96558.591583] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96558.592113] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96558.684818] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96558.715852] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96568.953856] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96579.193766] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22
|
|
[96589.340829] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96589.403083] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96589.433827] EDID block 0 (tag 0x00) checksum is invalid, remainder is 192
|
|
[96599.546636] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96599.547167] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96599.550060] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96599.644320] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96599.644840] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96599.675903] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96609.915090] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96620.027935] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96620.122744] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96620.153850] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96630.299505] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96630.391987] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96640.570248] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96640.570782] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96640.632288] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96650.748323] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96650.872477] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96661.018620] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96661.110848] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[96671.228201] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96671.352018] EDID has corrupt header
|
|
[96681.465023] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96681.465841] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96681.591357] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96691.706099] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96691.737391] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96691.799350] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96691.830114] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[96701.944959] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96702.069178] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96712.185285] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96712.309834] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96722.423136] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96722.424690] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96722.549063] EDID block 0 (tag 0x00) checksum is invalid, remainder is 175
|
|
[96732.661391] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96732.695846] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96732.758701] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96732.789501] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96743.026780] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96753.236730] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96753.267779] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96763.381223] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96763.381748] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96763.476529] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96763.507872] EDID block 0 (tag 0x00) checksum is invalid, remainder is 4
|
|
[96773.622849] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96773.623672] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96773.656264] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96773.748481] EDID block 0 (tag 0x00) checksum is invalid, remainder is 77
|
|
[96783.859365] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96783.859890] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96783.894632] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96783.987052] EDID block 0 (tag 0x00) checksum is invalid, remainder is 0
|
|
[96794.100031] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96794.225451] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96804.372976] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96804.435231] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96804.465980] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96806.872438] audit: type=1400 audit(1785201168.408:1231): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[96806.874637] audit: type=1400 audit(1785201168.410:1232): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[96806.913654] audit: type=1400 audit(1785201168.449:1233): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[96814.704243] EDID has corrupt header
|
|
[96824.820340] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96824.822483] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96824.945821] EDID block 0 (tag 0x00) checksum is invalid, remainder is 137
|
|
[96835.183506] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96845.361507] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96845.393045] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96845.423804] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96855.571004] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96855.663194] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96865.777219] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96865.902467] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96876.141693] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96886.256403] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96886.382550] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96896.620785] EDID block 0 (tag 0x00) checksum is invalid, remainder is 20
|
|
[96906.734550] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96906.862349] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96917.008576] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96917.040105] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96917.071631] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96917.102376] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96927.214804] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96927.217398] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96927.340486] EDID block 0 (tag 0x00) checksum is invalid, remainder is 144
|
|
[96937.457331] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96937.520199] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96937.521012] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96937.521531] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96937.583592] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96947.694291] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96947.728242] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96947.820715] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22
|
|
[96957.997679] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96958.059166] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96968.298039] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96978.507594] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96978.538352] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96988.654750] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96988.778264] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[96998.893003] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96998.893538] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96998.894059] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96998.894581] i2c i2c-0: sendbytes: NAK bailout.
|
|
[96998.895101] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97009.131880] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97009.132702] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97009.197018] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97009.258473] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97019.372233] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97019.496265] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97029.610822] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97029.611360] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97029.675510] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97029.706764] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97029.737530] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97039.975358] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97050.091015] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97050.154628] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97050.216097] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97057.519859] audit: type=1400 audit(1785201419.066:1234): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[97057.521963] audit: type=1400 audit(1785201419.068:1235): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[97057.560643] audit: type=1400 audit(1785201419.106:1236): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[97060.331947] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97060.425553] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97060.456310] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97070.570205] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97070.664261] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97070.695023] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97080.873133] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97080.934890] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97091.143758] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97091.144577] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97091.175342] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97101.287981] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97101.413530] EDID block 0 (tag 0x00) checksum is invalid, remainder is 10
|
|
[97111.527599] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97111.653908] EDID block 0 (tag 0x00) checksum is invalid, remainder is 79
|
|
[97121.862332] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97121.893378] EDID has corrupt header
|
|
[97132.132511] EDID block 0 (tag 0x00) checksum is invalid, remainder is 196
|
|
[97142.370886] EDID block 0 (tag 0x00) checksum is invalid, remainder is 119
|
|
[97152.519029] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97152.519557] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97152.611744] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22
|
|
[97162.726878] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97162.759439] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97162.821403] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97162.821923] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97162.852669] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97173.089904] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97183.329583] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97193.569996] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97203.683980] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97203.685854] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97203.686693] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97203.688578] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97203.811818] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97214.018124] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97214.048895] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97224.164180] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97224.227191] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97224.288651] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97234.497845] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97234.528596] EDID block 0 (tag 0x00) checksum is invalid, remainder is 48
|
|
[97244.644409] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97244.767365] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97254.915092] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97254.915622] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97254.978019] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97254.978543] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97255.009373] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97261.025335] mce: [Hardware Error]: Machine check events logged
|
|
[97261.025373] EDAC MC0: 1 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[97265.120496] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97265.185853] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97265.247627] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97275.486763] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97285.603127] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97285.603673] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97285.696454] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97285.727243] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97285.846431] audit: type=1400 audit(1785201647.401:1237): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[97285.848589] audit: type=1400 audit(1785201647.404:1238): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[97285.887739] audit: type=1400 audit(1785201647.442:1239): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[97295.965072] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97306.080973] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97306.143990] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97306.205550] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97316.321597] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97316.444802] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97326.560169] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97326.560706] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97326.684987] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97336.799045] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97336.799573] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97336.864231] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97336.895784] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97336.926563] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97347.041274] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97347.164756] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97357.280566] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97357.311804] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97357.374109] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97357.404874] EDID block 0 (tag 0x00) checksum is invalid, remainder is 177
|
|
[97367.550718] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97367.582129] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97367.643584] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97377.851948] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97377.882989] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97387.996670] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97388.122806] EDID block 0 (tag 0x00) checksum is invalid, remainder is 36
|
|
[97398.300574] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97398.332393] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97398.363138] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97408.476955] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97408.570961] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97408.601706] EDID block 0 (tag 0x00) checksum is invalid, remainder is 8
|
|
[97418.718193] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97418.841439] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97428.954083] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97429.080750] EDID block 0 (tag 0x00) checksum is invalid, remainder is 170
|
|
[97439.258684] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97439.320186] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97449.433281] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97449.560008] EDID has corrupt header
|
|
[97459.738129] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97459.799893] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97469.915434] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97470.009465] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97470.040220] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97480.152071] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97480.278691] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[97490.395782] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97490.458114] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97490.458635] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97490.520119] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97500.757807] EDID block 0 (tag 0x00) checksum is invalid, remainder is 16
|
|
[97510.873966] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97510.874503] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97510.936494] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97510.998248] EDID block 0 (tag 0x00) checksum is invalid, remainder is 36
|
|
[97521.111520] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97521.112051] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97521.207433] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97521.238187] EDID block 0 (tag 0x00) checksum is invalid, remainder is 236
|
|
[97531.353162] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97531.446511] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97531.447330] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97531.478090] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97541.592320] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97541.594168] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97541.717460] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97551.830324] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97551.830857] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97551.956790] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97556.462678] audit: type=1400 audit(1785201918.028:1240): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[97556.464731] audit: type=1400 audit(1785201918.030:1241): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[97556.504716] audit: type=1400 audit(1785201918.070:1242): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[97562.070928] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97562.072476] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97562.072997] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97562.104238] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97562.196441] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97572.311568] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97572.434501] EDID block 0 (tag 0x00) checksum is invalid, remainder is 10
|
|
[97582.550127] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97582.582707] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97582.674877] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97592.884111] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97592.884934] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97592.915685] EDID block 0 (tag 0x00) checksum is invalid, remainder is 58
|
|
[97603.030948] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97603.031473] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97603.154935] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97613.270258] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97613.393218] EDID block 0 (tag 0x00) checksum is invalid, remainder is 86
|
|
[97623.632264] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97633.746055] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97633.746592] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97633.749493] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97633.750309] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97633.874870] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97644.111821] EDID block 0 (tag 0x00) checksum is invalid, remainder is 122
|
|
[97654.225250] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97654.225783] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97654.321857] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97654.352600] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97664.465896] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97664.467744] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97664.468265] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97664.500859] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97664.593045] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97674.738840] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97674.831032] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97684.945684] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97685.010033] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97685.071851] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97695.183637] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97695.310294] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97705.426336] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97705.426868] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97705.549774] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97715.666234] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97715.666766] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97715.789656] EDID block 0 (tag 0x00) checksum is invalid, remainder is 24
|
|
[97725.903498] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97726.028722] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97736.143087] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97736.145959] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97736.269480] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97746.381627] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97746.508531] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115
|
|
[97756.747615] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[97766.861988] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97766.863570] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97766.867055] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97766.990193] EDID block 0 (tag 0x00) checksum is invalid, remainder is 93
|
|
[97777.195727] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97777.226481] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97787.466464] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97797.613552] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97797.645106] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97797.706552] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97807.822356] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97807.945426] EDID block 0 (tag 0x00) checksum is invalid, remainder is 177
|
|
[97814.277115] audit: type=1400 audit(1785202175.851:1243): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[97814.279943] audit: type=1400 audit(1785202175.854:1244): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[97814.320073] audit: type=1400 audit(1785202175.894:1245): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[97818.123678] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97818.185486] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97828.332537] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97828.425424] EDID has corrupt header
|
|
[97838.541404] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97838.572654] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97838.665157] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97848.843870] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97848.905469] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97859.143275] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[97869.321794] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97869.383283] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97879.622751] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97889.738371] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97889.862596] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97899.982125] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97900.105038] EDID block 0 (tag 0x00) checksum is invalid, remainder is 177
|
|
[97910.217303] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97910.249603] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97910.250124] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97910.342642] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97920.455857] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97920.581444] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22
|
|
[97930.759846] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97930.821313] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97940.938979] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97940.970547] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97941.063322] EDID block 0 (tag 0x00) checksum is invalid, remainder is 36
|
|
[97951.175686] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97951.270495] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97951.301307] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[97961.447606] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97961.540101] EDID block 0 (tag 0x00) checksum is invalid, remainder is 121
|
|
[97971.779259] EDID has corrupt header
|
|
[97982.018506] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[97992.167666] i2c i2c-0: sendbytes: NAK bailout.
|
|
[97992.260181] EDID block 0 (tag 0x00) checksum is invalid, remainder is 77
|
|
[98002.371592] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98002.373471] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98002.373995] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98002.438602] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98002.500396] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98012.738258] EDID has corrupt header
|
|
[98022.916255] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98022.977728] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98033.092473] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98033.216466] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98043.333621] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98043.457994] EDID has corrupt header
|
|
[98053.603394] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98053.695884] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[98063.935835] EDID block 0 (tag 0x00) checksum is invalid, remainder is 74
|
|
[98074.051876] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98074.083728] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98074.084249] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98074.176474] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22
|
|
[98084.291661] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98084.292206] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98084.385505] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98084.416270] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98092.161972] audit: type=1400 audit(1785202453.748:1246): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[98092.164066] audit: type=1400 audit(1785202453.750:1247): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[98092.202190] audit: type=1400 audit(1785202453.788:1248): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[98094.592542] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98094.624394] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98094.655142] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98104.768625] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98104.893891] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98115.102911] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98115.134260] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98125.246761] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98125.248337] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98125.374256] EDID block 0 (tag 0x00) checksum is invalid, remainder is 48
|
|
[98135.582220] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98135.582744] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98135.613814] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98145.821889] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98145.822415] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98145.853478] EDID has corrupt header
|
|
[98155.966903] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98155.967723] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98156.062432] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98156.093181] EDID block 0 (tag 0x00) checksum is invalid, remainder is 119
|
|
[98166.205168] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98166.205700] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98166.206220] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98166.333987] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98176.571742] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98186.718790] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98186.719315] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98186.750881] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98186.751402] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98186.812954] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98197.050109] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98207.289356] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98217.528657] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98227.707395] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98227.768901] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[98238.008999] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22
|
|
[98248.121956] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98248.122488] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98248.125088] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98248.249360] EDID block 0 (tag 0x00) checksum is invalid, remainder is 144
|
|
[98258.487909] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98268.603243] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98268.635617] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98268.666876] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98268.728635] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98278.875183] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98278.967702] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98289.082743] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98289.083567] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98289.177288] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98289.177809] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98289.208560] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[98299.448471] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98309.559535] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98309.685546] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98319.833343] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98319.925588] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98330.038739] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98330.039277] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98330.135412] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98330.166170] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179
|
|
[98340.280690] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98340.281216] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98340.405511] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98350.521033] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98350.552589] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98350.553110] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98350.615398] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98350.615919] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98350.646678] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98360.761923] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98360.884942] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98371.001712] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98371.002238] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98371.095148] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98371.095669] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98371.126574] EDID block 0 (tag 0x00) checksum is invalid, remainder is 77
|
|
[98381.238817] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98381.240373] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98381.363291] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98389.338299] audit: type=1400 audit(1785202750.936:1249): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[98389.340491] audit: type=1400 audit(1785202750.938:1250): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[98389.380445] audit: type=1400 audit(1785202750.978:1251): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[98391.477374] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98391.602632] EDID block 0 (tag 0x00) checksum is invalid, remainder is 178
|
|
[98401.841996] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98412.081050] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98422.196172] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98422.291244] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98422.322013] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98432.561077] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98442.801209] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98453.010047] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98453.010575] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98453.011392] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98453.042143] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98463.155613] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98463.250023] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98463.281078] EDID has corrupt header
|
|
[98473.393120] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98473.520366] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98483.633774] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98483.758994] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98493.997811] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98504.239469] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98514.353598] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98514.477810] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98524.718104] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98534.833374] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98534.957931] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98545.134969] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98545.197025] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179
|
|
[98555.310950] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98555.436560] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98565.552866] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98565.554420] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98565.677615] EDID has corrupt header
|
|
[98575.914598] EDID block 0 (tag 0x00) checksum is invalid, remainder is 177
|
|
[98586.094017] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98586.156099] EDID block 0 (tag 0x00) checksum is invalid, remainder is 112
|
|
[98596.394108] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98606.507895] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98606.509477] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98606.604492] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98606.605013] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98606.636057] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98616.748541] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98616.874203] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98627.052655] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98627.114163] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98637.323134] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98637.354219] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98647.467931] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98647.470524] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98647.471054] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98647.502319] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98647.533892] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98647.595382] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98657.831345] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98664.323558] audit: type=1400 audit(1785203025.932:1252): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[98664.325383] audit: type=1400 audit(1785203025.934:1253): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[98664.364560] audit: type=1400 audit(1785203025.973:1254): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[98667.946532] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98667.947064] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98667.949629] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98667.950150] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98668.073407] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98678.185086] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98678.185639] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98678.188521] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98678.189048] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98678.313725] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98688.424680] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98688.521203] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98688.552016] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98698.667182] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98698.730385] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98698.792156] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98709.030095] EDID block 0 (tag 0x00) checksum is invalid, remainder is 79
|
|
[98719.239714] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98719.270863] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179
|
|
[98729.383073] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98729.509515] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[98739.719808] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98739.750629] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98749.959732] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98749.990496] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98760.227705] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[98770.341465] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98770.467823] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98780.584165] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98780.646429] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98780.707887] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98790.821715] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98790.824586] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98790.947491] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98801.094096] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98801.186296] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98811.426649] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98821.573570] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98821.635847] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98821.666648] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98831.813469] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98831.906312] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98842.053098] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98842.145402] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98852.259362] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98852.384986] EDID block 0 (tag 0x00) checksum is invalid, remainder is 119
|
|
[98862.532121] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98862.624339] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179
|
|
[98872.738506] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98872.739038] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98872.804826] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98872.836367] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98872.867415] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98883.010874] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98883.042407] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98883.104169] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98893.218113] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98893.251956] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98893.344293] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98903.458910] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98903.491491] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98903.583683] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98913.698206] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98913.698735] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98913.761716] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98913.823171] EDID block 0 (tag 0x00) checksum is invalid, remainder is 19
|
|
[98924.061598] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98931.592379] audit: type=1400 audit(1785203293.211:1255): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[98931.595842] audit: type=1400 audit(1785203293.215:1256): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[98931.635295] audit: type=1400 audit(1785203293.254:1257): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[98934.209187] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98934.301658] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98944.449466] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98944.541683] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22
|
|
[98954.719356] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98954.780826] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98965.019739] EDID block 0 (tag 0x00) checksum is invalid, remainder is 58
|
|
[98975.133433] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98975.133965] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98975.135533] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98975.140407] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98975.141976] i2c i2c-0: sendbytes: NAK bailout.
|
|
[98975.265519] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[98985.499416] EDID has corrupt header
|
|
[98995.738117] EDID block 0 (tag 0x00) checksum is invalid, remainder is 119
|
|
[99005.852219] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99005.886574] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99005.949128] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99005.979871] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99016.217885] EDID block 0 (tag 0x00) checksum is invalid, remainder is 93
|
|
[99026.458123] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99036.668074] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99036.698853] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99046.875946] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99046.937448] EDID block 0 (tag 0x00) checksum is invalid, remainder is 83
|
|
[99057.051288] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99057.054166] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99057.116274] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99057.147833] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99057.178594] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99067.415750] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99077.656126] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99087.865303] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99087.896349] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99098.009969] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99098.135970] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99108.248222] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99108.252156] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99108.345109] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99108.345631] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99108.346150] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99108.376924] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99118.614169] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99128.853832] EDID block 0 (tag 0x00) checksum is invalid, remainder is 176
|
|
[99139.002994] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99139.095562] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99149.333866] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99159.511067] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99159.542307] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99159.573052] EDID block 0 (tag 0x00) checksum is invalid, remainder is 20
|
|
[99169.750501] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99169.811993] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99179.928359] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99179.930201] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99180.053387] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99190.164991] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99190.166577] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99190.169149] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99190.261815] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99190.262631] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99190.293689] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99200.438616] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99200.531352] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99210.647335] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99210.770824] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99213.579696] audit: type=1400 audit(1785203575.210:1258): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[99213.581796] audit: type=1400 audit(1785203575.212:1259): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[99213.621163] audit: type=1400 audit(1785203575.251:1260): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[99220.887775] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99220.950334] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99220.950855] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99221.012373] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99231.124448] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99231.250007] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99241.396793] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99241.428326] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99241.459563] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99241.490309] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99251.605981] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99251.698665] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99251.729503] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99261.968315] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99272.084924] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99272.207895] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99282.448186] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99292.687157] EDID block 0 (tag 0x00) checksum is invalid, remainder is 10
|
|
[99302.801641] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99302.866660] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99302.867183] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99302.867703] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99302.929210] EDID block 0 (tag 0x00) checksum is invalid, remainder is 176
|
|
[99313.040172] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99313.167392] EDID block 0 (tag 0x00) checksum is invalid, remainder is 36
|
|
[99323.313630] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99323.406096] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[99333.521764] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99333.585492] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99333.647063] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[99343.761054] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99343.885007] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99354.124082] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99364.272591] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99364.364853] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99374.477770] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99374.481699] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99374.605180] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99384.720753] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99384.783048] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99384.814302] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99384.845065] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99394.958039] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99395.053982] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99395.084749] EDID block 0 (tag 0x00) checksum is invalid, remainder is 36
|
|
[99405.196568] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99405.199469] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99405.324177] EDID block 0 (tag 0x00) checksum is invalid, remainder is 8
|
|
[99415.440133] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99415.564375] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99425.802429] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99435.915362] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99435.915892] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99436.013144] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99436.043903] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99446.280448] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[99456.395611] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99456.398486] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99456.399007] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99456.522929] EDID block 0 (tag 0x00) checksum is invalid, remainder is 16
|
|
[99466.635511] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99466.639332] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99466.762569] EDID block 0 (tag 0x00) checksum is invalid, remainder is 168
|
|
[99476.907864] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99477.000671] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99477.391239] audit: type=1400 audit(1785203839.031:1261): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[99477.393353] audit: type=1400 audit(1785203839.034:1262): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[99477.517027] audit: type=1400 audit(1785203839.157:1263): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[99487.148551] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99487.179836] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99487.241294] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99497.479022] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99507.626941] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99507.719127] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99517.834806] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99517.867416] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99517.929366] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99517.960119] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99528.072790] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99528.167800] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99528.198556] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99538.376491] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99538.437963] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[99548.554039] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99548.678186] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99558.794237] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99558.886943] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99558.917687] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99569.032216] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99569.156956] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99579.395281] EDID block 0 (tag 0x00) checksum is invalid, remainder is 192
|
|
[99589.511703] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99589.512233] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99589.636176] EDID block 0 (tag 0x00) checksum is invalid, remainder is 178
|
|
[99599.752046] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99599.875309] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99609.989600] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99610.115473] EDID has corrupt header
|
|
[99620.354347] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99630.468782] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99630.593773] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99640.772178] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99640.833646] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[99651.012403] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99651.073871] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99661.312063] EDID block 0 (tag 0x00) checksum is invalid, remainder is 16
|
|
[99671.426121] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99671.429613] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99671.430134] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99671.462400] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99671.554608] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99681.666785] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99681.700459] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99681.792936] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99691.939717] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99692.031900] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99702.147582] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99702.271806] EDID has corrupt header
|
|
[99712.385567] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99712.510820] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99722.719781] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99722.750536] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99732.863912] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99732.991329] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99743.137424] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99743.229614] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99753.469009] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179
|
|
[99763.616448] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99763.647684] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99763.709165] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99769.850811] audit: type=1400 audit(1785204131.503:1264): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[99769.852888] audit: type=1400 audit(1785204131.505:1265): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[99769.893774] audit: type=1400 audit(1785204131.546:1266): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[99773.822102] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99773.826322] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99773.949612] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99784.064066] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99784.189323] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99794.304701] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99794.305228] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99794.428127] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99804.540907] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99804.543551] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99804.667959] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[99814.906881] EDID block 0 (tag 0x00) checksum is invalid, remainder is 4
|
|
[99825.146561] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99835.263688] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99835.295070] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99835.388356] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99845.499286] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99845.502474] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99845.504024] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99845.627276] EDID block 0 (tag 0x00) checksum is invalid, remainder is 94
|
|
[99855.865268] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[99866.074707] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99866.075235] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99866.105980] EDID block 0 (tag 0x00) checksum is invalid, remainder is 48
|
|
[99876.255443] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99876.347665] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99886.460363] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99886.460898] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99886.585247] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99896.731693] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99896.824200] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99906.936875] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99906.938465] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99907.063776] EDID block 0 (tag 0x00) checksum is invalid, remainder is 121
|
|
[99917.210880] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99917.303371] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99927.417458] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99927.542788] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99937.658052] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99937.658584] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99937.660427] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99937.722716] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99937.723240] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99937.724053] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99937.785805] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99947.896337] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99947.898914] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99948.022413] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99958.134876] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99958.136755] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99958.261805] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99968.376863] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99968.409154] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99968.501327] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[99978.615129] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99978.615660] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99978.740747] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[99988.857802] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99988.951000] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99988.981822] EDID block 0 (tag 0x00) checksum is invalid, remainder is 117
|
|
[99999.158403] i2c i2c-0: sendbytes: NAK bailout.
|
|
[99999.219901] EDID block 0 (tag 0x00) checksum is invalid, remainder is 46
|
|
[100009.458796] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100019.606924] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100019.669468] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100019.700214] EDID block 0 (tag 0x00) checksum is invalid, remainder is 192
|
|
[100022.815080] audit: type=1400 audit(1785204384.477:1267): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[100022.817101] audit: type=1400 audit(1785204384.479:1268): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[100022.856501] audit: type=1400 audit(1785204384.518:1269): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[100029.812082] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100029.812612] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100029.816243] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100029.878249] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100029.878770] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100029.910002] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100029.940746] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100040.177804] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179
|
|
[100050.325666] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100050.417865] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100060.657351] EDID block 0 (tag 0x00) checksum is invalid, remainder is 175
|
|
[100070.772819] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100070.773358] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100070.774973] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100070.775494] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100070.898758] EDID block 0 (tag 0x00) checksum is invalid, remainder is 36
|
|
[100081.013757] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100081.075841] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100081.137351] EDID block 0 (tag 0x00) checksum is invalid, remainder is 16
|
|
[100091.249657] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100091.252850] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100091.285110] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100091.377301] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100101.490317] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100101.554690] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100101.555216] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100101.616677] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100111.824845] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100111.855626] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100121.971562] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100122.002815] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100122.095080] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22
|
|
[100132.334280] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100142.481823] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100142.513081] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100142.574565] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100152.721137] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100152.813994] EDID block 0 (tag 0x00) checksum is invalid, remainder is 77
|
|
[100162.930813] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100163.023777] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100163.054539] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100173.231166] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100173.292683] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100183.531816] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100193.771828] EDID block 0 (tag 0x00) checksum is invalid, remainder is 93
|
|
[100203.887313] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100204.012364] EDID block 0 (tag 0x00) checksum is invalid, remainder is 84
|
|
[100214.128217] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100214.251698] EDID has corrupt header
|
|
[100224.364435] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100224.364968] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100224.365487] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100224.491795] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100234.607136] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100234.730674] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100244.969403] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100255.083232] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100255.086134] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100255.210044] EDID block 0 (tag 0x00) checksum is invalid, remainder is 123
|
|
[100261.011681] audit: type=1400 audit(1785204622.683:1270): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[100261.013797] audit: type=1400 audit(1785204622.685:1271): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[100261.056106] audit: type=1400 audit(1785204622.726:1272): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[100265.323890] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100265.325741] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100265.358002] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100265.450197] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100275.688497] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100285.802026] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100285.928059] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100296.077899] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100296.170138] EDID block 0 (tag 0x00) checksum is invalid, remainder is 192
|
|
[100306.407306] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100316.616157] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100316.616686] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100316.647447] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100326.794859] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100326.826128] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100326.887605] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100337.002114] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100337.002648] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100337.126661] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100347.241664] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100347.367280] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100357.544179] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100357.575732] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100357.606480] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100367.844736] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100378.085402] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100388.324121] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115
|
|
[100398.563418] EDID block 0 (tag 0x00) checksum is invalid, remainder is 16
|
|
[100408.677198] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100408.711854] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100408.712375] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100408.804851] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100419.013907] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100419.044989] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100429.159839] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100429.283123] EDID block 0 (tag 0x00) checksum is invalid, remainder is 10
|
|
[100439.522534] EDID block 0 (tag 0x00) checksum is invalid, remainder is 122
|
|
[100449.636962] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100449.701408] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100449.701929] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100449.702448] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100449.702968] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100449.703490] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100459.877867] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100460.001802] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100470.114788] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100470.116951] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100470.242201] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100480.358089] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100480.420215] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100480.482076] EDID block 0 (tag 0x00) checksum is invalid, remainder is 248
|
|
[100490.593984] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100490.691057] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100490.722169] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100493.202184] audit: type=1400 audit(1785204854.882:1273): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[100493.204030] audit: type=1400 audit(1785204854.884:1274): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[100493.244073] audit: type=1400 audit(1785204854.923:1275): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[100500.834936] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100500.835761] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100500.838924] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100500.961886] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100511.076871] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100511.200074] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100521.313838] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100521.314664] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100521.439609] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100531.552375] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100531.618064] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100531.679553] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22
|
|
[100541.794362] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100541.888778] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100541.919534] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100552.035004] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100552.158329] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100562.273246] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100562.336266] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100562.397810] EDID block 0 (tag 0x00) checksum is invalid, remainder is 144
|
|
[100572.511823] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100572.576206] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100572.637719] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100582.753021] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100582.754573] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100582.877493] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100593.023794] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100593.115989] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[100603.231644] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100603.294674] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100603.356419] EDID block 0 (tag 0x00) checksum is invalid, remainder is 12
|
|
[100613.595341] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100623.708755] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100623.710330] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100623.836741] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100634.074150] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100644.191059] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100644.284054] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100644.314811] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100654.553658] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100664.669538] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100664.732545] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100664.794318] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100674.908839] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100674.972112] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100674.972634] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100675.034403] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100685.272529] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100695.389064] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100695.511981] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100705.690087] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100705.751622] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100715.930042] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100715.991503] EDID block 0 (tag 0x00) checksum is invalid, remainder is 192
|
|
[100726.169361] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100726.169886] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100726.170412] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100726.231868] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100736.409774] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100736.471529] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[100746.583937] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100746.588152] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100746.711430] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100756.824583] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100756.919838] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100756.951251] EDID has corrupt header
|
|
[100767.064128] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100767.129217] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100767.160762] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100767.191885] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100770.919189] audit: type=1400 audit(1785205132.610:1276): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[100770.921280] audit: type=1400 audit(1785205132.612:1277): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[100770.961564] audit: type=1400 audit(1785205132.652:1278): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[100777.367317] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100777.367841] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100777.399074] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100777.429836] EDID block 0 (tag 0x00) checksum is invalid, remainder is 191
|
|
[100787.542323] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100787.546239] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100787.669429] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100797.815757] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100797.908236] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100808.055656] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100808.117625] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100808.118146] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100808.118666] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100808.149420] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100818.387212] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100828.502812] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100828.566236] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100828.627722] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100838.742721] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100838.806361] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100838.806886] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100838.807406] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100838.868875] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100848.984030] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100849.077227] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100849.108336] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100859.220588] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100859.221719] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100859.223298] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100859.256347] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100859.319027] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100859.349867] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100869.493395] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100869.494211] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100869.586435] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100879.732556] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100879.825073] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100890.034172] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100890.064928] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[100900.182587] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100900.245116] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100900.306589] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100910.417508] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100910.543812] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100920.722985] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100920.784828] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100931.022896] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100941.262090] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100951.503037] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[100961.741390] EDID block 0 (tag 0x00) checksum is invalid, remainder is 113
|
|
[100971.856446] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100971.981519] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22
|
|
[100982.095981] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100982.100517] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100982.162696] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100982.224263] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[100992.399414] i2c i2c-0: sendbytes: NAK bailout.
|
|
[100992.460895] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101002.574948] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101002.576501] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101002.700444] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101012.815881] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101012.816424] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101012.941071] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101023.054143] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101023.179508] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101033.419601] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101043.597731] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101043.629312] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101043.660075] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101053.867457] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101053.898204] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101062.269507] audit: type=1400 audit(1785205423.972:1279): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[101062.271861] audit: type=1400 audit(1785205423.975:1280): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[101062.311182] audit: type=1400 audit(1785205424.014:1281): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[101064.012530] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101064.015118] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101064.015639] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101064.138861] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101074.251079] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101074.255008] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101074.286305] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101074.286826] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101074.287345] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101074.379553] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101084.616448] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101094.826100] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101094.856854] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101104.971969] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101105.096255] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101115.304774] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101115.335527] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[101125.575855] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101135.814855] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101145.963008] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101145.994401] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101146.055884] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101156.293352] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101166.533531] EDID has corrupt header
|
|
[101176.773146] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101186.888728] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101187.013273] EDID block 0 (tag 0x00) checksum is invalid, remainder is 32
|
|
[101197.128341] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101197.252872] EDID has corrupt header
|
|
[101207.491642] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101217.640683] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101217.641212] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101217.703461] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101217.734225] EDID block 0 (tag 0x00) checksum is invalid, remainder is 79
|
|
[101227.910870] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101227.972369] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101238.210769] EDID block 0 (tag 0x00) checksum is invalid, remainder is 20
|
|
[101248.324248] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101248.420598] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101248.421119] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101248.452160] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101258.566214] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101258.690920] EDID block 0 (tag 0x00) checksum is invalid, remainder is 10
|
|
[101268.807434] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101268.934039] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101279.077827] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101279.170343] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101289.282642] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101289.284230] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101289.284751] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101289.318340] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101289.349629] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101289.411384] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101299.648636] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101309.826966] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101309.888475] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101320.002493] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101320.098151] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101320.128908] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101330.243404] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101330.244230] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101330.369051] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101340.480627] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101340.483294] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101340.484872] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101340.608959] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101341.376182] audit: type=1400 audit(1785205703.090:1282): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[101341.378376] audit: type=1400 audit(1785205703.092:1283): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[101341.417549] audit: type=1400 audit(1785205703.131:1284): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[101350.754364] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101350.785603] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101350.816834] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101350.847579] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101360.960862] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101360.963741] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101360.995277] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101361.057303] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101361.058117] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101361.088885] EDID block 0 (tag 0x00) checksum is invalid, remainder is 120
|
|
[101371.201501] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101371.325596] EDID block 0 (tag 0x00) checksum is invalid, remainder is 20
|
|
[101381.442116] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101381.565209] EDID block 0 (tag 0x00) checksum is invalid, remainder is 16
|
|
[101391.804377] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101401.919249] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101401.922411] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101402.045914] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[101412.284197] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101422.523187] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101432.762964] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101442.880326] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101443.003600] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101453.150612] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101453.242797] EDID block 0 (tag 0x00) checksum is invalid, remainder is 78
|
|
[101463.359228] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101463.390549] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101463.482776] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101473.599086] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101473.721978] EDID block 0 (tag 0x00) checksum is invalid, remainder is 202
|
|
[101483.960775] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101494.201388] EDID block 0 (tag 0x00) checksum is invalid, remainder is 100
|
|
[101504.379436] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101504.410694] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101504.411215] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101504.411735] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101504.442519] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101514.679946] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101524.857961] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101524.919422] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101535.159100] EDID block 0 (tag 0x00) checksum is invalid, remainder is 90
|
|
[101545.367914] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101545.368438] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101545.399256] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101555.638674] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22
|
|
[101565.755202] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101565.786531] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101565.878741] EDID block 0 (tag 0x00) checksum is invalid, remainder is 66
|
|
[101576.025785] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101576.117958] EDID block 0 (tag 0x00) checksum is invalid, remainder is 20
|
|
[101586.233380] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101586.296674] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101586.297195] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101586.328449] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101586.328975] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101586.359733] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101596.473243] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101596.505508] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101596.597675] EDID block 0 (tag 0x00) checksum is invalid, remainder is 194
|
|
[101606.775308] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101606.836784] EDID block 0 (tag 0x00) checksum is invalid, remainder is 192
|
|
[101610.774841] audit: type=1400 audit(1785205972.499:1285): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[101610.776862] audit: type=1400 audit(1785205972.501:1286): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[101610.816293] audit: type=1400 audit(1785205972.540:1287): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[101616.950824] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101617.076093] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101627.316211] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101637.430022] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101637.555599] EDID block 0 (tag 0x00) checksum is invalid, remainder is 4
|
|
[101647.794334] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101658.003414] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101658.034159] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101668.212342] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101668.212868] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101668.213394] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101668.274867] EDID block 0 (tag 0x00) checksum is invalid, remainder is 0
|
|
[101678.388434] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101678.513724] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101688.724160] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101688.755216] EDID block 0 (tag 0x00) checksum is invalid, remainder is 121
|
|
[101698.992751] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22
|
|
[101709.107214] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101709.108763] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101709.232701] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101719.348415] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101719.472533] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101729.586974] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101729.620288] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101729.712478] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101739.951016] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101750.064556] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101750.068190] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101750.191365] EDID block 0 (tag 0x00) checksum is invalid, remainder is 32
|
|
[101760.429908] EDID block 0 (tag 0x00) checksum is invalid, remainder is 0
|
|
[101770.544823] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101770.546399] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101770.609879] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101770.671636] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101780.908848] EDID block 0 (tag 0x00) checksum is invalid, remainder is 238
|
|
[101791.026344] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101791.026873] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101791.149780] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101801.263607] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101801.265758] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101801.266287] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101801.390884] EDID block 0 (tag 0x00) checksum is invalid, remainder is 4
|
|
[101811.502722] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101811.503540] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101811.507460] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101811.507986] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101811.600999] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101811.631758] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101821.867823] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101832.107465] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[101842.255059] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101842.286901] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101842.318133] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101842.318654] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101842.349420] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101852.460523] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101852.556935] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101852.587685] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101862.825623] EDID block 0 (tag 0x00) checksum is invalid, remainder is 168
|
|
[101872.941815] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101873.036048] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101873.036572] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101873.067473] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101879.190052] audit: type=1400 audit(1785206240.925:1288): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[101879.192172] audit: type=1400 audit(1785206240.927:1289): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[101879.231273] audit: type=1400 audit(1785206240.966:1290): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[101883.180391] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101883.180921] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101883.214520] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101883.276488] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101883.307235] EDID block 0 (tag 0x00) checksum is invalid, remainder is 16
|
|
[101893.422010] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101893.515310] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101893.546377] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101903.784031] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101913.901516] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101914.025064] EDID block 0 (tag 0x00) checksum is invalid, remainder is 117
|
|
[101924.265705] EDID block 0 (tag 0x00) checksum is invalid, remainder is 127
|
|
[101934.441881] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101934.503676] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101944.742450] EDID block 0 (tag 0x00) checksum is invalid, remainder is 109
|
|
[101954.982288] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101965.221961] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101975.337794] i2c i2c-0: sendbytes: NAK bailout.
|
|
[101975.462070] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22
|
|
[101985.701423] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[101995.940695] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102006.054505] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102006.181875] EDID block 0 (tag 0x00) checksum is invalid, remainder is 109
|
|
[102016.328222] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102016.420706] EDID block 0 (tag 0x00) checksum is invalid, remainder is 77
|
|
[102026.567939] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102026.660193] EDID block 0 (tag 0x00) checksum is invalid, remainder is 119
|
|
[102036.807097] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102036.899580] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102047.015996] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102047.139284] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102057.347965] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102057.379372] EDID has corrupt header
|
|
[102067.492120] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102067.495753] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102067.496274] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102067.527523] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102067.589484] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102067.620245] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102077.731695] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102077.733578] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102077.736174] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102077.736700] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102077.860209] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102087.972339] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102087.972868] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102088.098438] EDID block 0 (tag 0x00) checksum is invalid, remainder is 123
|
|
[102098.244742] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102098.336972] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102108.484442] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102108.515696] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102108.577180] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102117.775627] audit: type=1400 audit(1785206479.520:1291): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[102117.778084] audit: type=1400 audit(1785206479.522:1292): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[102117.816123] audit: type=1400 audit(1785206479.560:1293): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[102118.816594] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102128.963712] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102129.056735] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102139.170928] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102139.173086] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102139.205673] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102139.297898] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14
|
|
[102149.535380] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102159.649579] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102159.713660] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102159.775181] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102169.889127] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102169.890980] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102169.954270] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102170.016318] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102180.128728] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102180.254293] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[102190.369642] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102190.494175] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102200.608211] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102200.733395] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81
|
|
[102210.973127] EDID has corrupt header
|
|
[102221.086054] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102221.086585] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102221.212605] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[102231.328034] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102231.360591] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102231.361112] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102231.361631] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102231.423573] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102231.424094] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102231.455162] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179
|
|
[102241.691336] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102251.805915] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102251.807481] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102251.809034] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102251.932457] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102262.047556] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102262.170505] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102272.284058] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102272.410378] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102282.649741] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102292.766943] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102292.798196] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102292.890420] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102303.128938] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102313.368302] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102323.485500] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102323.609109] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115
|
|
[102333.723719] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102333.847966] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22
|
|
[102343.964518] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102344.088475] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102354.202906] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102354.204760] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102354.205281] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102354.329498] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102364.566252] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102374.775346] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102374.806099] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102384.922032] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102385.046348] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102395.224307] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102395.285816] EDID block 0 (tag 0x00) checksum is invalid, remainder is 210
|
|
[102403.015395] audit: type=1400 audit(1785206764.769:1294): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[102403.016895] audit: type=1400 audit(1785206764.772:1295): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[102403.055747] audit: type=1400 audit(1785206764.810:1296): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[102405.524915] EDID block 0 (tag 0x00) checksum is invalid, remainder is 240
|
|
[102415.704550] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102415.766015] EDID block 0 (tag 0x00) checksum is invalid, remainder is 109
|
|
[102425.879693] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102425.880224] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102425.880763] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102425.881294] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102425.882135] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102425.882970] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102425.946759] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102426.008337] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102436.119702] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102436.244561] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102446.359289] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102446.483609] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102456.597877] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102456.724333] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102466.931964] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102466.962740] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102477.076018] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102477.202745] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102487.441706] EDID block 0 (tag 0x00) checksum is invalid, remainder is 121
|
|
[102497.589114] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102497.681628] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102507.796155] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102507.797999] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102507.922519] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102518.036473] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102518.161418] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102528.339272] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102528.400748] EDID block 0 (tag 0x00) checksum is invalid, remainder is 113
|
|
[102538.513600] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102538.518115] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102538.549368] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102538.641542] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115
|
|
[102548.753215] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102548.850194] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102548.880977] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102559.027026] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102559.027559] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102559.119996] EDID block 0 (tag 0x00) checksum is invalid, remainder is 83
|
|
[102569.358464] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102579.567537] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102579.598283] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102589.712657] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102589.714210] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102589.838139] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[102599.953573] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102600.016645] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102600.048191] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102600.048713] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102600.079468] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102610.317151] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102620.525916] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102620.556674] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102630.671045] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102630.796740] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102641.005748] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102641.036817] EDID block 0 (tag 0x00) checksum is invalid, remainder is 194
|
|
[102651.275867] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102661.514639] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[102671.629435] i2c i2c-0: sendbytes: NAK bailout.
|
|
[102671.754394] EDID block 0 (tag 0x00) checksum is invalid, remainder is 250
|
|
[102678.484847] bnx2 0000:04:00.0: VPD access failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update
|
|
[102678.611272] bnx2 0000:04:00.1: VPD access failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update
|
|
|
|
--- cpu MHz (live snapshot)
|
|
$ grep -c ^processor /proc/cpuinfo
|
|
16
|
|
|
|
###############################################################################
|
|
# 5. MEMORY / NUMA / SWAP
|
|
###############################################################################
|
|
|
|
--- free -h
|
|
$ free -h
|
|
total used free shared buff/cache available
|
|
Mem: 125Gi 7.8Gi 114Gi 52Mi 4.5Gi 118Gi
|
|
Swap: 8.0Gi 0B 8.0Gi
|
|
|
|
--- free -b
|
|
$ free -b
|
|
total used free shared buff/cache available
|
|
Mem: 135158845440 8389451776 122732032000 54947840 4827402240 126769393664
|
|
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: 131991060 kB
|
|
MemFree: 119855500 kB
|
|
MemAvailable: 123798236 kB
|
|
Buffers: 165544 kB
|
|
Cached: 4490148 kB
|
|
SwapTotal: 8388604 kB
|
|
SwapFree: 8388604 kB
|
|
Dirty: 3884 kB
|
|
Writeback: 0 kB
|
|
AnonPages: 6547740 kB
|
|
Mapped: 232652 kB
|
|
Shmem: 53660 kB
|
|
Slab: 240060 kB
|
|
SReclaimable: 58568 kB
|
|
SUnreclaim: 181492 kB
|
|
KernelStack: 7028 kB
|
|
PageTables: 24828 kB
|
|
SecPageTables: 1060 kB
|
|
NFS_Unstable: 0 kB
|
|
WritebackTmp: 0 kB
|
|
AnonHugePages: 5216256 kB
|
|
ShmemHugePages: 0 kB
|
|
ShmemPmdMapped: 0 kB
|
|
FilePmdMapped: 0 kB
|
|
HugePages_Total: 0
|
|
HugePages_Free: 0
|
|
Hugepagesize: 2048 kB
|
|
DirectMap4k: 233956 kB
|
|
DirectMap2M: 133974016 kB
|
|
|
|
--- numa stat
|
|
$ cat /proc/sys/vm/numa_stat
|
|
1
|
|
|
|
--- numa_balancing
|
|
$ cat /proc/sys/kernel/numa_balancing
|
|
1
|
|
|
|
--- zone reclaim
|
|
$ cat /proc/sys/vm/zone_reclaim_mode
|
|
0
|
|
|
|
--- slab top (top 20)
|
|
$ slabtop -o -s c
|
|
Active / Total Objects (% used) : 657309 / 743150 (88.4%)
|
|
Active / Total Slabs (% used) : 18031 / 18031 (100.0%)
|
|
Active / Total Caches (% used) : 361 / 472 (76.5%)
|
|
Active / Total Size (% used) : 169969.19K / 194212.06K (87.5%)
|
|
Minimum / Average / Maximum Object : 0.01K / 0.26K / 16.00K
|
|
|
|
OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME
|
|
8352 5379 64% 2.00K 522 16 16704K kmalloc-rnd-08-2k
|
|
14007 13970 99% 1.10K 483 29 15456K ext4_inode_cache
|
|
21560 17793 82% 0.57K 770 28 12320K radix_tree_node
|
|
84006 83961 99% 0.10K 2154 39 8616K buffer_head
|
|
58290 57424 98% 0.13K 1943 30 7772K kernfs_node_cache
|
|
38682 38641 99% 0.19K 921 42 7368K dentry
|
|
11206 11187 99% 0.60K 431 26 6896K inode_cache
|
|
564 551 97% 10.31K 188 3 6016K task_struct
|
|
21420 16889 78% 0.19K 510 42 4080K vm_area_struct
|
|
7264 7220 99% 0.50K 227 32 3632K kmalloc-rnd-02-512
|
|
1728 918 53% 2.00K 108 16 3456K kmalloc-cg-2k
|
|
33856 33821 99% 0.09K 736 46 2944K lsm_inode_cache
|
|
5152 5124 99% 0.50K 161 32 2576K kmalloc-rnd-06-512
|
|
3572 3334 93% 0.67K 76 47 2432K proc_inode_cache
|
|
2272 2103 92% 1.00K 71 32 2272K kmalloc-rnd-03-1k
|
|
28056 22421 79% 0.07K 501 56 2004K vmap_area
|
|
488 267 54% 4.00K 61 8 1952K kmalloc-cg-4k
|
|
2478 2272 91% 0.75K 59 42 1888K shmem_inode_cache
|
|
424 411 96% 4.00K 53 8 1696K kmalloc-rnd-10-4k
|
|
765 750 98% 1.88K 45 17 1440K mem_cgroup_per_node
|
|
2880 2554 88% 0.50K 90 32 1440K kmalloc-rnd-03-512
|
|
2200 2093 95% 0.62K 88 25 1408K debugfs_inode_cache
|
|
1376 1355 98% 1.00K 43 32 1376K kmalloc-rnd-15-1k
|
|
5408 3368 62% 0.25K 169 32 1352K maple_node
|
|
20352 19593 96% 0.06K 318 64 1272K kmalloc-cg-64
|
|
19200 14016 73% 0.06K 300 64 1200K anon_vma_chain
|
|
11271 9101 80% 0.10K 289 39 1156K anon_vma
|
|
560 552 98% 2.00K 35 16 1120K kmalloc-rnd-05-2k
|
|
924 820 88% 1.12K 33 28 1056K signal_cache
|
|
495 441 89% 2.06K 33 15 1056K sighand_cache
|
|
1056 969 91% 1.00K 33 32 1056K kmalloc-cg-1k
|
|
512 439 85% 2.00K 32 16 1024K kmalloc-rnd-12-2k
|
|
434 410 94% 2.25K 31 14 992K mem_cgroup
|
|
3872 2325 60% 0.25K 121 32 968K kmalloc-rnd-06-256
|
|
1170 967 82% 0.81K 30 39 960K sock_inode_cache
|
|
1888 1702 90% 0.50K 59 32 944K pool_workqueue
|
|
3456 3449 99% 0.25K 108 32 864K kmalloc-rnd-02-256
|
|
108 108 100% 8.00K 27 4 864K kmalloc-8k
|
|
4452 3753 84% 0.19K 106 42 848K filp
|
|
96 83 86% 8.00K 24 4 768K kmalloc-cg-8k
|
|
96 86 89% 8.00K 24 4 768K kmalloc-rnd-15-8k
|
|
192 147 76% 4.00K 24 8 768K kmalloc-rnd-13-4k
|
|
96 94 97% 8.00K 24 4 768K kmalloc-rnd-10-8k
|
|
184 160 86% 4.00K 23 8 736K biovec-max
|
|
352 326 92% 2.00K 22 16 704K kmalloc-rnd-04-2k
|
|
168 148 88% 4.00K 21 8 672K kmalloc-rnd-04-4k
|
|
160 103 64% 4.00K 20 8 640K kmalloc-rnd-15-4k
|
|
5088 1949 38% 0.12K 159 32 636K bio_integrity_data
|
|
646 586 90% 0.94K 19 34 608K nfs_read_data
|
|
1216 1151 94% 0.50K 38 32 608K kmalloc-512
|
|
288 226 78% 2.00K 18 16 576K kmalloc-rnd-09-2k
|
|
576 553 96% 1.00K 18 32 576K kmalloc-rnd-04-1k
|
|
1120 739 65% 0.50K 35 32 560K kmalloc-cg-512
|
|
2898 1140 39% 0.19K 69 42 552K kmalloc-cg-192
|
|
51 49 96% 9.19K 17 3 544K kvm_vcpu
|
|
391 356 91% 1.38K 17 23 544K RAWv6
|
|
221 166 75% 2.38K 17 13 544K TCP
|
|
272 248 91% 2.00K 17 16 544K kmalloc-2k
|
|
1056 859 81% 0.50K 33 32 528K kmalloc-rnd-07-512
|
|
192 131 68% 2.50K 16 12 512K TCPv6
|
|
64 64 100% 8.00K 16 4 512K kmalloc-rnd-11-8k
|
|
64 64 100% 8.00K 16 4 512K kmalloc-rnd-08-8k
|
|
64 64 100% 8.00K 16 4 512K kmalloc-rnd-05-8k
|
|
1920 1678 87% 0.25K 60 32 480K bio-200
|
|
1920 1026 53% 0.25K 60 32 480K kmalloc-rnd-12-256
|
|
120 120 100% 4.00K 15 8 480K kmalloc-rnd-07-4k
|
|
240 208 86% 2.00K 15 16 480K kmalloc-rnd-07-2k
|
|
60 56 93% 8.00K 15 4 480K kmalloc-rnd-04-8k
|
|
2478 1542 62% 0.19K 59 42 472K kmalloc-rnd-11-192
|
|
224 189 84% 2.00K 14 16 448K biovec-128
|
|
252 192 76% 1.75K 14 18 448K mm_struct
|
|
56 51 91% 8.00K 14 4 448K kmalloc-rnd-12-8k
|
|
4704 4591 97% 0.09K 112 42 448K kmalloc-rnd-01-96
|
|
7811 7754 99% 0.05K 107 73 428K ftrace_event_field
|
|
338 316 93% 1.19K 13 26 416K RAW
|
|
598 352 58% 0.69K 13 46 416K skbuff_small_head
|
|
208 189 90% 2.00K 13 16 416K kmalloc-rnd-15-2k
|
|
416 382 91% 1.00K 13 32 416K kmalloc-rnd-14-1k
|
|
416 371 89% 1.00K 13 32 416K kmalloc-rnd-07-1k
|
|
208 183 87% 2.00K 13 16 416K kmalloc-rnd-06-2k
|
|
52 52 100% 8.00K 13 4 416K kmalloc-rnd-02-8k
|
|
1050 968 92% 0.38K 25 42 400K mnt_cache
|
|
504 427 84% 0.75K 12 42 384K nfs_commit_data
|
|
432 243 56% 0.88K 12 36 384K fuse_inode
|
|
192 192 100% 2.00K 12 16 384K memdup_user-2k
|
|
192 170 88% 2.00K 12 16 384K kmalloc-rnd-13-2k
|
|
192 171 89% 2.00K 12 16 384K kmalloc-rnd-10-2k
|
|
96 92 95% 4.00K 12 8 384K kmalloc-rnd-08-4k
|
|
384 322 83% 1.00K 12 32 384K kmalloc-rnd-06-1k
|
|
192 172 89% 2.00K 12 16 384K kmalloc-rnd-03-2k
|
|
192 180 93% 2.00K 12 16 384K kmalloc-rnd-02-2k
|
|
192 168 87% 2.00K 12 16 384K kmalloc-rnd-01-2k
|
|
3008 2848 94% 0.12K 94 32 376K kmalloc-rnd-02-128
|
|
3822 3780 98% 0.09K 91 42 364K trace_event_file
|
|
1890 941 49% 0.19K 45 42 360K file_lock_cache
|
|
121 118 97% 2.75K 11 11 352K x86_emulator
|
|
506 298 58% 0.69K 11 46 352K files_cache
|
|
1848 1643 88% 0.19K 44 42 352K pid
|
|
264 216 81% 1.32K 11 24 352K perf_event
|
|
352 321 91% 1.00K 11 32 352K kmalloc-rnd-11-1k
|
|
352 299 84% 1.00K 11 32 352K kmalloc-rnd-09-1k
|
|
88 83 94% 4.00K 11 8 352K kmalloc-rnd-05-4k
|
|
352 294 83% 1.00K 11 32 352K kmalloc-rnd-02-1k
|
|
2784 2040 73% 0.12K 87 32 348K eventpoll_epi
|
|
5440 4638 85% 0.06K 85 64 340K kmalloc-rnd-10-64
|
|
1804 991 54% 0.18K 41 44 328K kvm_mmu_page_header
|
|
8364 8304 99% 0.04K 82 102 328K extent_status
|
|
2592 1285 49% 0.12K 81 32 324K kmalloc-cg-128
|
|
220 194 88% 1.44K 10 22 320K UDPv6
|
|
240 136 56% 1.31K 10 24 320K UDP
|
|
470 411 87% 0.67K 10 47 320K taskstats
|
|
460 341 74% 0.69K 10 46 320K task_group
|
|
320 226 70% 1.00K 10 32 320K kmalloc-rnd-13-1k
|
|
640 553 86% 0.50K 20 32 320K kmalloc-rnd-13-512
|
|
320 255 79% 1.00K 10 32 320K kmalloc-rnd-10-1k
|
|
40 40 100% 8.00K 10 4 320K kmalloc-rnd-07-8k
|
|
80 74 92% 4.00K 10 8 320K kmalloc-rnd-06-4k
|
|
640 597 93% 0.50K 20 32 320K kmalloc-rnd-04-512
|
|
608 522 85% 0.50K 19 32 304K kmalloc-rnd-10-512
|
|
1184 1149 97% 0.25K 37 32 296K kmalloc-rnd-10-256
|
|
504 500 99% 0.56K 18 28 288K kioctx
|
|
1512 1473 97% 0.19K 36 42 288K proc_dir_entry
|
|
72 67 93% 4.00K 9 8 288K kmalloc-rnd-12-4k
|
|
72 64 88% 4.00K 9 8 288K kmalloc-rnd-02-4k
|
|
72 60 83% 4.00K 9 8 288K kmalloc-rnd-01-4k
|
|
288 262 90% 1.00K 9 32 288K kmalloc-rnd-01-1k
|
|
544 476 87% 0.50K 17 32 272K kmalloc-rnd-09-512
|
|
1056 892 84% 0.25K 33 32 264K io_kiocb
|
|
64 64 100% 4.00K 8 8 256K memdup_user-4k
|
|
256 154 60% 1.00K 8 32 256K iommu_iova_magazine
|
|
64 63 98% 4.00K 8 8 256K kmalloc-rnd-14-4k
|
|
128 106 82% 2.00K 8 16 256K kmalloc-rnd-14-2k
|
|
256 239 93% 1.00K 8 32 256K kmalloc-rnd-12-1k
|
|
64 64 100% 4.00K 8 8 256K kmalloc-rnd-11-4k
|
|
64 64 100% 4.00K 8 8 256K kmalloc-rnd-09-4k
|
|
256 227 88% 1.00K 8 32 256K kmalloc-rnd-08-1k
|
|
512 432 84% 0.50K 16 32 256K kmalloc-rnd-05-512
|
|
512 444 86% 0.50K 16 32 256K kmalloc-rnd-01-512
|
|
64 62 96% 4.00K 8 8 256K kmalloc-4k
|
|
1426 982 68% 0.17K 31 46 248K fuse_request
|
|
1302 1237 95% 0.19K 31 42 248K kmalloc-rnd-07-192
|
|
1110 1019 91% 0.21K 30 37 240K nfs_direct_cache
|
|
375 364 97% 0.63K 15 25 240K tracefs_inode_cache
|
|
480 466 97% 0.50K 15 32 240K kmalloc-rnd-15-512
|
|
480 447 93% 0.50K 15 32 240K kmalloc-rnd-12-512
|
|
1218 1177 96% 0.19K 29 42 232K kmalloc-192
|
|
2394 1826 76% 0.09K 57 42 228K kmalloc-rnd-10-96
|
|
322 276 85% 0.69K 7 46 224K rpc_inode_cache
|
|
448 448 100% 0.50K 14 32 224K memdup_user-512
|
|
448 421 93% 0.50K 14 32 224K kmalloc-rnd-11-512
|
|
224 211 94% 1.00K 7 32 224K kmalloc-rnd-05-1k
|
|
896 685 76% 0.25K 28 32 224K kmalloc-rnd-04-256
|
|
2310 2003 86% 0.09K 55 42 220K kmalloc-cg-96
|
|
2310 2290 99% 0.09K 55 42 220K kmalloc-rnd-02-96
|
|
1134 1076 94% 0.19K 27 42 216K kmalloc-rnd-15-192
|
|
1134 936 82% 0.19K 27 42 216K kmalloc-rnd-12-192
|
|
1134 1056 93% 0.19K 27 42 216K kmalloc-rnd-10-192
|
|
338 308 91% 0.61K 13 26 208K hugetlbfs_inode_cache
|
|
416 389 93% 0.50K 13 32 208K kmalloc-rnd-14-512
|
|
832 758 91% 0.25K 26 32 208K kmalloc-rnd-09-256
|
|
725 561 77% 0.27K 25 29 200K tw_sock_TCP
|
|
768 628 81% 0.25K 24 32 192K nf_conntrack
|
|
600 574 95% 0.31K 24 25 192K bio-256
|
|
192 166 86% 1.00K 6 32 192K memdup_user-1k
|
|
1008 960 95% 0.19K 24 42 192K memdup_user-192
|
|
216 196 90% 0.88K 6 36 192K user_namespace
|
|
768 679 88% 0.25K 24 32 192K kmalloc-rnd-15-256
|
|
384 242 63% 0.50K 12 32 192K kmalloc-rnd-08-512
|
|
1008 960 95% 0.19K 24 42 192K kmalloc-rnd-08-192
|
|
1008 970 96% 0.19K 24 42 192K kmalloc-rnd-06-192
|
|
1008 889 88% 0.19K 24 42 192K kmalloc-rnd-04-192
|
|
966 896 92% 0.19K 23 42 184K bio-136
|
|
966 773 80% 0.19K 23 42 184K kmalloc-rnd-13-192
|
|
966 841 87% 0.19K 23 42 184K kmalloc-rnd-09-192
|
|
966 914 94% 0.19K 23 42 184K kmalloc-rnd-03-192
|
|
528 448 84% 0.32K 22 24 176K request_sock_TCP
|
|
924 900 97% 0.19K 22 42 176K kmalloc-rnd-14-192
|
|
924 887 95% 0.19K 22 42 176K kmalloc-rnd-01-192
|
|
672 507 75% 0.25K 21 32 168K key_jar
|
|
672 593 88% 0.25K 21 32 168K kmalloc-rnd-13-256
|
|
672 553 82% 0.25K 21 32 168K kmalloc-rnd-05-256
|
|
882 840 95% 0.19K 21 42 168K kmalloc-rnd-05-192
|
|
672 670 99% 0.25K 21 32 168K kmalloc-rnd-01-256
|
|
1722 1668 96% 0.09K 41 42 164K kmalloc-rcl-96
|
|
140 140 100% 1.12K 5 28 160K nfs_inode_cache
|
|
840 578 68% 0.19K 20 42 160K jbd2_transaction_s
|
|
960 960 100% 0.16K 40 24 160K ext4_allocation_context
|
|
230 195 84% 0.69K 5 46 160K uts_namespace
|
|
20 19 95% 8.00K 5 4 160K kmalloc-rnd-14-8k
|
|
1280 1154 90% 0.12K 40 32 160K kmalloc-rnd-06-128
|
|
2560 2530 98% 0.06K 40 64 160K kmalloc-rnd-01-64
|
|
2560 2492 97% 0.06K 40 64 160K kmalloc-64
|
|
4992 4864 97% 0.03K 39 128 156K kmalloc-rnd-06-32
|
|
2368 1933 81% 0.06K 37 64 148K kmalloc-rnd-06-64
|
|
450 391 86% 0.31K 18 25 144K bio-264
|
|
1152 1135 98% 0.12K 36 32 144K kmalloc-rnd-07-128
|
|
756 614 81% 0.19K 18 42 144K kmalloc-rnd-02-192
|
|
2240 2153 96% 0.06K 35 64 140K kmalloc-rnd-02-64
|
|
493 396 80% 0.27K 17 29 136K tw_sock_TCPv6
|
|
544 406 74% 0.25K 17 32 136K skbuff_head_cache
|
|
544 518 95% 0.25K 17 32 136K kmalloc-cg-256
|
|
544 519 95% 0.25K 17 32 136K kmalloc-rnd-03-256
|
|
544 541 99% 0.25K 17 32 136K kmalloc-256
|
|
544 472 86% 0.25K 17 32 136K kmem_cache
|
|
1056 1018 96% 0.12K 33 32 132K kmalloc-rcl-128
|
|
8448 8172 96% 0.02K 33 256 132K kmalloc-rnd-06-16
|
|
1056 733 69% 0.12K 33 32 132K kmalloc-128
|
|
8 8 100% 16.00K 4 2 128K zio_buf_comb_16384
|
|
76 60 78% 1.62K 4 19 128K bdev_cache
|
|
672 506 75% 0.19K 16 42 128K names_cache
|
|
64 48 75% 2.00K 4 16 128K kmalloc-rnd-11-2k
|
|
512 444 86% 0.25K 16 32 128K kmalloc-rnd-07-256
|
|
128 96 75% 1.00K 4 32 128K kmalloc-1k
|
|
992 944 95% 0.12K 31 32 124K kmalloc-rnd-10-128
|
|
992 776 78% 0.12K 31 32 124K kmalloc-rnd-09-128
|
|
1302 1218 93% 0.09K 31 42 124K kmalloc-rnd-07-96
|
|
992 664 66% 0.12K 31 32 124K kmalloc-rnd-05-128
|
|
780 780 100% 0.15K 30 26 120K ext4_groupinfo_4k
|
|
960 925 96% 0.12K 30 32 120K kmalloc-rnd-14-128
|
|
480 469 97% 0.25K 15 32 120K kmalloc-rnd-11-256
|
|
960 938 97% 0.12K 30 32 120K kmalloc-rnd-11-128
|
|
1260 1168 92% 0.09K 30 42 120K kmalloc-rnd-09-96
|
|
960 899 93% 0.12K 30 32 120K kmalloc-rnd-04-128
|
|
960 954 99% 0.12K 30 32 120K kmalloc-rnd-03-128
|
|
1260 1222 96% 0.09K 30 42 120K kmalloc-96
|
|
960 944 98% 0.12K 30 32 120K kmem_cache_node
|
|
1479 985 66% 0.08K 29 51 116K sigqueue
|
|
4930 3772 76% 0.02K 29 170 116K lsm_file_cache
|
|
928 900 96% 0.12K 29 32 116K kmalloc-rnd-15-128
|
|
928 892 96% 0.12K 29 32 116K kmalloc-rnd-01-128
|
|
448 448 100% 0.25K 14 32 112K ip6_dst_cache
|
|
952 821 86% 0.12K 28 34 112K jbd2_journal_head
|
|
1008 957 94% 0.11K 28 36 112K ext4_prealloc_space
|
|
952 755 79% 0.12K 28 34 112K seq_file
|
|
448 389 86% 0.25K 14 32 112K kmalloc-rnd-14-256
|
|
448 405 90% 0.25K 14 32 112K kmalloc-rnd-08-256
|
|
1134 1053 92% 0.09K 27 42 108K kmalloc-rnd-11-96
|
|
1134 1080 95% 0.09K 27 42 108K kmalloc-rnd-06-96
|
|
1134 1079 95% 0.09K 27 42 108K kmalloc-rnd-05-96
|
|
832 753 90% 0.12K 26 32 104K kmalloc-rnd-08-128
|
|
1050 1020 97% 0.09K 25 42 100K kmalloc-rnd-15-96
|
|
1050 924 88% 0.09K 25 42 100K kmalloc-rnd-04-96
|
|
99 84 84% 0.97K 3 33 96K request_queue
|
|
12 12 100% 8.00K 3 4 96K memdup_user-8k
|
|
384 336 87% 0.25K 12 32 96K memdup_user-256
|
|
15 11 73% 6.19K 3 5 96K net_namespace
|
|
1008 893 88% 0.09K 24 42 96K kmalloc-rnd-14-96
|
|
1008 955 94% 0.09K 24 42 96K kmalloc-rnd-12-96
|
|
12 12 100% 8.00K 3 4 96K kmalloc-rnd-09-8k
|
|
1008 946 93% 0.09K 24 42 96K kmalloc-rnd-03-96
|
|
966 766 79% 0.09K 23 42 92K kmalloc-rnd-13-96
|
|
1408 1135 80% 0.06K 22 64 88K kmalloc-rcl-64
|
|
462 420 90% 0.19K 11 42 88K kmalloc-rcl-192
|
|
1408 1190 84% 0.06K 22 64 88K kmalloc-rnd-14-64
|
|
1408 1316 93% 0.06K 22 64 88K kmalloc-rnd-07-64
|
|
1408 1297 92% 0.06K 22 64 88K kmalloc-rnd-05-64
|
|
1071 906 84% 0.08K 21 51 84K Acpi-State
|
|
672 549 81% 0.12K 21 32 84K kmalloc-rnd-13-128
|
|
672 487 72% 0.12K 21 32 84K kmalloc-rnd-12-128
|
|
1344 1207 89% 0.06K 21 64 84K kmalloc-rnd-08-64
|
|
125 112 89% 0.62K 5 25 80K netfs_request
|
|
840 824 98% 0.09K 20 42 80K kmalloc-rnd-08-96
|
|
1280 1198 93% 0.06K 20 64 80K kmalloc-rnd-04-64
|
|
2432 2083 85% 0.03K 19 128 76K kmalloc-cg-32
|
|
2432 1910 78% 0.03K 19 128 76K kmalloc-rnd-15-32
|
|
702 659 93% 0.10K 18 39 72K Acpi-ParseExt
|
|
1530 1487 97% 0.05K 18 85 72K shared_policy_node
|
|
1152 1097 95% 0.06K 18 64 72K kmalloc-rnd-12-64
|
|
1152 1035 89% 0.06K 18 64 72K kmalloc-rnd-11-64
|
|
1152 1068 92% 0.06K 18 64 72K kmalloc-rnd-09-64
|
|
1152 1087 94% 0.06K 18 64 72K kmalloc-rnd-03-64
|
|
1088 801 73% 0.06K 17 64 68K dmaengine-unmap-2
|
|
1088 781 71% 0.06K 17 64 68K pidfs_attr_cache
|
|
1088 995 91% 0.06K 17 64 68K kmalloc-rnd-15-64
|
|
30 24 80% 2.12K 2 15 64K MPTCPv6
|
|
20 12 60% 3.16K 2 10 64K kcopyd_job
|
|
32 24 75% 2.00K 2 16 64K MPTCP
|
|
84 56 66% 0.75K 2 42 64K dax_cache
|
|
16 15 93% 4.00K 2 8 64K kmalloc-rnd-03-4k
|
|
2048 1924 93% 0.03K 16 128 64K kmalloc-rnd-02-32
|
|
960 899 93% 0.06K 15 64 60K memdup_user-64
|
|
960 851 88% 0.06K 15 64 60K kmalloc-rnd-13-64
|
|
7680 2641 34% 0.01K 15 512 60K kmalloc-rnd-12-8
|
|
896 835 93% 0.06K 14 64 56K ext4_io_end
|
|
1022 854 83% 0.05K 14 73 56K mb_cache_entry
|
|
588 540 91% 0.09K 14 42 56K memdup_user-96
|
|
784 708 90% 0.07K 14 56 56K nsproxy
|
|
1792 1663 92% 0.03K 14 128 56K kmalloc-rnd-13-32
|
|
1326 1211 91% 0.04K 13 102 52K fsnotify_inode_mark_connector
|
|
6656 6015 90% 0.01K 13 512 52K kmalloc-rnd-06-8
|
|
1536 1470 95% 0.03K 12 128 48K kmalloc-rnd-14-32
|
|
1536 1057 68% 0.03K 12 128 48K kmalloc-rnd-01-32
|
|
2816 2463 87% 0.02K 11 256 44K kmalloc-rnd-13-16
|
|
1020 920 90% 0.04K 10 102 40K pde_opener
|
|
1280 1064 83% 0.03K 10 128 40K kmalloc-rnd-03-32
|
|
1152 1074 93% 0.03K 9 128 36K kmalloc-rnd-10-32
|
|
1152 1079 93% 0.03K 9 128 36K kmalloc-rnd-08-32
|
|
1152 766 66% 0.03K 9 128 36K kmalloc-rnd-07-32
|
|
1152 1018 88% 0.03K 9 128 36K kmalloc-rnd-05-32
|
|
1152 853 74% 0.03K 9 128 36K kmalloc-rnd-04-32
|
|
1152 958 83% 0.03K 9 128 36K kmalloc-32
|
|
50 28 56% 0.62K 2 25 32K kvm_gmem_inode_cache
|
|
34 28 82% 0.94K 1 34 32K mqueue_inode_cache
|
|
1024 605 59% 0.03K 8 128 32K ext4_io_end_vec
|
|
584 477 81% 0.05K 8 73 32K ip_fib_alias
|
|
1024 960 93% 0.03K 8 128 32K memdup_user-32
|
|
15 12 80% 2.06K 1 15 32K dmaengine-unmap-256
|
|
30 12 40% 1.06K 1 30 32K dmaengine-unmap-128
|
|
1024 914 89% 0.03K 8 128 32K kmalloc-rnd-12-32
|
|
1024 960 93% 0.03K 8 128 32K kmalloc-rnd-11-32
|
|
1024 976 95% 0.03K 8 128 32K kmalloc-rnd-09-32
|
|
4 4 100% 8.00K 1 4 32K kmalloc-rnd-03-8k
|
|
4 4 100% 8.00K 1 4 32K kmalloc-rnd-01-8k
|
|
1792 1193 66% 0.02K 7 256 28K kmalloc-cg-16
|
|
126 120 95% 0.19K 3 42 24K bio-176
|
|
510 477 93% 0.05K 6 85 24K ip_fib_trie
|
|
75 56 74% 0.31K 3 25 24K bio-280
|
|
1536 644 41% 0.02K 6 256 24K ep_head
|
|
1536 1207 78% 0.02K 6 256 24K kmalloc-rnd-01-16
|
|
3072 1839 59% 0.01K 6 512 24K kmalloc-rnd-01-8
|
|
1280 960 75% 0.02K 5 256 20K memdup_user-16
|
|
1280 952 74% 0.02K 5 256 20K kmalloc-rnd-15-16
|
|
1280 1080 84% 0.02K 5 256 20K kmalloc-rnd-12-16
|
|
1280 1140 89% 0.02K 5 256 20K kmalloc-rnd-08-16
|
|
2560 2043 79% 0.01K 5 512 20K kmalloc-8
|
|
68 60 88% 0.23K 2 34 16K arc_buf_hdr_t_full
|
|
42 28 66% 0.38K 1 42 16K bio-328
|
|
36 28 77% 0.44K 1 36 16K bio-392
|
|
36 28 77% 0.44K 1 36 16K bio-408
|
|
36 28 77% 0.44K 1 36 16K bio-424
|
|
2048 1376 67% 0.01K 4 512 16K kmalloc-cg-8
|
|
1024 673 65% 0.02K 4 256 16K kmalloc-rnd-14-16
|
|
2048 1254 61% 0.01K 4 512 16K kmalloc-rnd-13-8
|
|
1024 959 93% 0.02K 4 256 16K kmalloc-rnd-11-16
|
|
1024 961 93% 0.02K 4 256 16K kmalloc-rnd-10-16
|
|
1024 936 91% 0.02K 4 256 16K kmalloc-rnd-09-16
|
|
2048 896 43% 0.01K 4 512 16K kmalloc-rnd-09-8
|
|
1024 958 93% 0.02K 4 256 16K kmalloc-rnd-07-16
|
|
1024 960 93% 0.02K 4 256 16K kmalloc-rnd-05-16
|
|
1024 780 76% 0.02K 4 256 16K kmalloc-rnd-04-16
|
|
1024 903 88% 0.02K 4 256 16K kmalloc-rnd-03-16
|
|
1024 959 93% 0.02K 4 256 16K kmalloc-rnd-02-16
|
|
1024 752 73% 0.02K 4 256 16K kmalloc-16
|
|
75 60 80% 0.16K 3 25 12K dm_bufio_buffer-16-1
|
|
384 352 91% 0.03K 3 128 12K pending_reservation
|
|
1536 950 61% 0.01K 3 512 12K kmalloc-rnd-15-8
|
|
1536 990 64% 0.01K 3 512 12K kmalloc-rnd-03-8
|
|
84 60 71% 0.09K 2 42 8K abd_t
|
|
64 64 100% 0.12K 2 32 8K scsi_sense_cache
|
|
1024 955 93% 0.01K 2 512 8K memdup_user-8
|
|
28 28 100% 0.28K 1 28 8K numa_policy
|
|
72 60 83% 0.11K 2 36 8K kmalloc_buckets
|
|
1024 895 87% 0.01K 2 512 8K kmalloc-rnd-14-8
|
|
1024 480 46% 0.01K 2 512 8K kmalloc-rnd-11-8
|
|
1024 957 93% 0.01K 2 512 8K kmalloc-rnd-10-8
|
|
1024 786 76% 0.01K 2 512 8K kmalloc-rnd-08-8
|
|
1024 960 93% 0.01K 2 512 8K kmalloc-rnd-07-8
|
|
1024 960 93% 0.01K 2 512 8K kmalloc-rnd-05-8
|
|
1024 832 81% 0.01K 2 512 8K kmalloc-rnd-04-8
|
|
1024 480 46% 0.01K 2 512 8K kmalloc-rnd-02-8
|
|
256 60 23% 0.02K 1 256 4K jbd2_revoke_table_s
|
|
0 0 0% 2.08K 0 15 0K nfs4_xattr_cache_cache
|
|
0 0 0% 0.23K 0 35 0K nf_conntrack_expect
|
|
0 0 0% 0.09K 0 46 0K zfs_znode_hold_cache
|
|
0 0 0% 1.08K 0 29 0K zfs_znode_cache
|
|
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 41 0K zil_lwb_cache
|
|
0 0 0% 0.37K 0 43 0K dbuf_dirty_record_t
|
|
0 0 0% 0.36K 0 44 0K dmu_buf_impl_t
|
|
0 0 0% 0.03K 0 128 0K arc_buf_t
|
|
0 0 0% 0.09K 0 42 0K arc_buf_hdr_t_l2only
|
|
0 0 0% 0.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 40 0K request_sock_subflow_v6
|
|
0 0 0% 0.18K 0 44 0K ip6-frags
|
|
0 0 0% 1.38K 0 23 0K PINGv6
|
|
0 0 0% 0.32K 0 24 0K request_sock_TCPv6
|
|
0 0 0% 2.82K 0 11 0K dm_uevent
|
|
0 0 0% 1.00K 0 32 0K ecryptfs_inode_cache
|
|
0 0 0% 0.02K 0 256 0K ecryptfs_file_cache
|
|
0 0 0% 0.75K 0 42 0K fat_inode_cache
|
|
0 0 0% 0.04K 0 102 0K fat_cache
|
|
0 0 0% 0.69K 0 46 0K squashfs_inode_cache
|
|
0 0 0% 0.19K 0 42 0K userfaultfd_ctx_cache
|
|
0 0 0% 0.11K 0 36 0K fanotify_perm_event
|
|
0 0 0% 0.03K 0 128 0K dnotify_struct
|
|
0 0 0% 0.62K 0 25 0K dio
|
|
0 0 0% 0.01K 0 512 0K zs_handle
|
|
0 0 0% 0.56K 0 28 0K pid_namespace
|
|
0 0 0% 0.20K 0 40 0K ip4-frags
|
|
0 0 0% 0.39K 0 40 0K request_sock_subflow_v4
|
|
0 0 0% 0.31K 0 25 0K xfrm_dst
|
|
0 0 0% 0.81K 0 39 0K xfrm_state
|
|
0 0 0% 1.06K 0 30 0K PING
|
|
0 0 0% 0.25K 0 32 0K dquot
|
|
0 0 0% 8.00K 0 4 0K msg_msg-8k
|
|
0 0 0% 4.00K 0 8 0K msg_msg-4k
|
|
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 42 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.36K 0 44 0K task_delay_info
|
|
0 0 0% 0.02K 0 256 0K pidfs_xattr_cache
|
|
0 0 0% 0.25K 0 32 0K bfilp
|
|
0 0 0% 0.10K 0 39 0K ima_iint_cache
|
|
0 0 0% 0.34K 0 47 0K apparmor_auditcache
|
|
0 0 0% 8.00K 0 4 0K dma-kmalloc-8k
|
|
0 0 0% 4.00K 0 8 0K dma-kmalloc-4k
|
|
0 0 0% 2.00K 0 16 0K dma-kmalloc-2k
|
|
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 42 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
|
|
0 0 0% 8.00K 0 4 0K kmalloc-rnd-13-8k
|
|
0 0 0% 8.00K 0 4 0K kmalloc-rnd-06-8k
|
|
|
|
--- kswapd stats
|
|
$ grep -E kswapd|pgmigrate|pgmigrate_failed|compact_ /proc/vmstat
|
|
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 5142051
|
|
pgmigrate_fail 4100
|
|
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 = 90112
|
|
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 = 2994 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 = 1
|
|
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 = 959160
|
|
kernel.watchdog = 1
|
|
kernel.watchdog_cpumask = 0-15
|
|
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 = 4096
|
|
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:44 .
|
|
drwxr-xr-x 107 root root 4096 Jul 27 21:46 ..
|
|
-rw-r--r-- 1 root root 499 Jul 26 15:45 99-perfopt.conf
|
|
-rw-r--r-- 1 root root 269 Jul 30 2025 README.sysctl
|
|
|
|
--- /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:13 .
|
|
drwxr-xr-x 107 root root 4096 Jul 27 21:46 ..
|
|
-rw-r--r-- 1 root root 154 Oct 18 2025 intel-microcode-blacklist.conf
|
|
-rw-r--r-- 1 root root 172 Nov 18 2025 pve-blacklist.conf
|
|
-rw-r--r-- 1 root root 0 Apr 6 09:43 tuned.conf
|
|
-rw-r--r-- 1 root root 36 Apr 4 12:32 zfs.conf
|
|
|
|
--- udev rules.d
|
|
total 8
|
|
drwxr-xr-x 2 root root 4096 Apr 4 12:31 .
|
|
drwxr-xr-x 4 root root 4096 Jul 26 11:25 ..
|
|
lrwxrwxrwx 1 root root 9 Apr 4 12:31 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=13515096064
|
|
|
|
--- 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 = N
|
|
enlightened_vmcs = N
|
|
ept = Y
|
|
eptad = N
|
|
error_on_inconsistent_vmcs_config = Y
|
|
fasteoi = Y
|
|
flexpriority = Y
|
|
mbec = N
|
|
nested = Y
|
|
ple_gap = 0
|
|
ple_window = 0
|
|
ple_window_grow = 0
|
|
ple_window_max = 0
|
|
ple_window_shrink = 0
|
|
pml = N
|
|
preemption_timer = N
|
|
sgx = N
|
|
tdx = N
|
|
unrestricted_guest = N
|
|
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
|
|
Error: Corosync config '/etc/pve/corosync.conf' does not exist - is this node part of a cluster?
|
|
[exit=2 / not installed or not permitted]
|
|
|
|
--- pvecm nodes
|
|
$ pvecm nodes
|
|
Error: Corosync config '/etc/pve/corosync.conf' does not exist - is this node part of a cluster?
|
|
[exit=2 / not installed or not permitted]
|
|
|
|
--- pvecm expected
|
|
$ pvecm expected
|
|
400 not enough arguments
|
|
pvecm expected <expected>
|
|
[exit=255 / not installed or not permitted]
|
|
|
|
--- pveperf
|
|
$ timeout 15 pveperf
|
|
CPU BOGOMIPS: 76604.00
|
|
REGEX/SECOND: 1581046
|
|
HD SIZE: 93.93 GB (/dev/mapper/pve-root)
|
|
BUFFERED READS: 16.97 MB/sec
|
|
AVERAGE SEEK TIME: 21.51 ms
|
|
FSYNCS/SECOND: 39.66
|
|
[exit=124 / not installed or not permitted]
|
|
|
|
--- corosync.conf
|
|
[missing: /etc/pve/corosync.conf]
|
|
|
|
--- 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 rootdir,images
|
|
|
|
|
|
nfs: D2
|
|
options nconnect=4,noatime
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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 Mon, 06 Apr 2026 10%3A36%3A34 -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-tsys6 cpu=0.0139268341440661 mem=8279404544 maxmem=135158845440 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 mq master vmbr0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:53 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 46 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.0:21:9b:a2:7c:53 designated_root 8000.0:21:9b:a2:7c:53 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:01:00.0
|
|
altname enp1s0f0
|
|
altname enx00219ba27c53
|
|
3: nic1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 46 maxmtu 9000
|
|
bond_slave state ACTIVE mii_status UP link_failure_count 0 perm_hwaddr 00:21:9b:a2:7c:55 queue_id 0 prio 0 ad_aggregator_id 1 ad_actor_oper_port_state 61 ad_actor_oper_port_state_str <active,aggregating,in_sync,collecting,distributing> ad_partner_oper_port_state 61 ad_partner_oper_port_state_str <active,aggregating,in_sync,collecting,distributing> addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:01:00.1
|
|
altname enp1s0f1
|
|
altname enx00219ba27c55
|
|
4: nic2: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff permaddr 00:21:9b:a2:7c:57 promiscuity 1 allmulti 1 minmtu 46 maxmtu 9000
|
|
bond_slave state ACTIVE mii_status UP link_failure_count 0 perm_hwaddr 00:21:9b:a2:7c:57 queue_id 0 prio 0 ad_aggregator_id 1 ad_actor_oper_port_state 61 ad_actor_oper_port_state_str <active,aggregating,in_sync,collecting,distributing> ad_partner_oper_port_state 61 ad_partner_oper_port_state_str <active,aggregating,in_sync,collecting,distributing> addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:02:00.0
|
|
altname enp2s0f0
|
|
altname enx00219ba27c57
|
|
5: nic3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 46 maxmtu 9000 addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:02:00.1
|
|
altname enp2s0f1
|
|
altname enx00219ba27c59
|
|
6: nic4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
|
|
link/ether 00:10:18:72:16:40 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 46 maxmtu 9000 addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:04:00.0
|
|
altname enx001018721640
|
|
7: nic5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
|
|
link/ether 00:10:18:72:16:42 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 46 maxmtu 9000 addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:04:00.1
|
|
altname enx001018721642
|
|
8: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:53 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
|
|
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.0:21:9b:a2:7c:53 designated_root 8000.0:21:9b:a2:7c:53 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 6.47 fdb_n_learned 97 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 2 mcast_querier_ipv4_other_timer 14.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
9: tailscale0: <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
|
|
10: nic3.2@nic3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-rr-mgmt state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 0 maxmtu 65535
|
|
vlan protocol 802.1Q id 2 <REORDER_HDR>
|
|
bridge_slave state forwarding priority 32 cost 19 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.0:21:9b:a2:7c:59 designated_root 8000.0:21:9b:a2:7c:59 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
11: br-rr-mgmt: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
|
|
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.0:21:9b:a2:7c:59 designated_root 8000.0:21:9b:a2:7c:59 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 219.30 fdb_n_learned 0 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
12: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue master storagenet state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
|
|
bond mode 802.3ad miimon 100 updelay 0 downdelay 0 peer_notify_delay 0 use_carrier 1 arp_interval 0 arp_missed_max 2 arp_validate none arp_all_targets any primary_reselect always fail_over_mac none xmit_hash_policy layer3+4 resend_igmp 1 num_grat_arp 1 all_slaves_active 0 min_links 0 lp_interval 1 packets_per_slave 1 lacp_active on lacp_rate slow coupled_control on ad_select stable ad_aggregator 1 ad_num_ports 2 ad_actor_key 9 ad_partner_key 26 ad_partner_mac 00:13:72:46:95:e4 ad_actor_sys_prio 65535 ad_user_port_key 0 ad_actor_system 00:00:00:00:00:00 tlb_dynamic_lb 1
|
|
bridge_slave state forwarding priority 32 cost 5 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.0:21:9b:a2:7c:55 designated_root 8000.0:21:9b:a2:7c:55 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 16 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
13: storagenet: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
|
|
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.0:21:9b:a2:7c:55 designated_root 8000.0:21:9b:a2:7c:55 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 136.74 fdb_n_learned 7 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
46: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr100i0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 86:4a:ba:ce:74:cb brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
|
|
tun type tap pi off vnet_hdr on persist off
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.1a:fa:65:4c:65:9d designated_root 8000.1a:fa:65:4c:65:9d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
47: fwbr100i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 1a:fa:65:4c:65:9d brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
|
|
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.1a:fa:65:4c:65:9d designated_root 8000.1a:fa:65:4c:65:9d root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 6.47 fdb_n_learned 70 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 49 mcast_querier_ipv4_other_timer 14.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
48: fwpr100p0@fwln100i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether c2:2f:59:b1:8b:a8 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
|
|
veth
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.0:21:9b:a2:7c:53 designated_root 8000.0:21:9b:a2:7c:53 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 16 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
49: fwln100i0@fwpr100p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr100i0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 1a:fa:65:4c:65:9d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
|
|
veth
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.1a:fa:65:4c:65:9d designated_root 8000.1a:fa:65:4c:65:9d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 16 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
50: tap600i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr600i0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 46:3a:47:c7:38:66 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
|
|
tun type tap pi off vnet_hdr on persist off
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.62:c5:35:11:4b:3c designated_root 8000.62:c5:35:11:4b:3c hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
51: fwbr600i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 62:c5:35:11:4b:3c brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
|
|
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.62:c5:35:11:4b:3c designated_root 8000.62:c5:35:11:4b:3c root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 6.47 fdb_n_learned 69 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 53 mcast_querier_ipv4_other_timer 14.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
52: fwpr600p0@fwln600i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 82:f1:c8:d9:02:f3 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
|
|
veth
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8003 port_no 0x3 designated_port 32771 designated_cost 0 designated_bridge 8000.0:21:9b:a2:7c:53 designated_root 8000.0:21:9b:a2:7c:53 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 16 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
53: fwln600i0@fwpr600p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr600i0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 62:c5:35:11:4b:3c brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
|
|
veth
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.62:c5:35:11:4b:3c designated_root 8000.62:c5:35:11:4b:3c hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 16 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
54: tap601i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr601i0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether b6:0f:0a:05:bb:7f brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
|
|
tun type tap pi off vnet_hdr on persist off
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.d6:d7:f0:f5:2f:c designated_root 8000.d6:d7:f0:f5:2f:c hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
55: fwbr601i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether d6:d7:f0:f5:2f:0c brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
|
|
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.d6:d7:f0:f5:2f:c designated_root 8000.d6:d7:f0:f5:2f:c root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 6.47 fdb_n_learned 69 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 57 mcast_querier_ipv4_other_timer 14.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
56: fwpr601p0@fwln601i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 5a:b3:90:81:99:9b brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
|
|
veth
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8004 port_no 0x4 designated_port 32772 designated_cost 0 designated_bridge 8000.0:21:9b:a2:7c:53 designated_root 8000.0:21:9b:a2:7c:53 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 16 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
57: fwln601i0@fwpr601p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr601i0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether d6:d7:f0:f5:2f:0c brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
|
|
veth
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.d6:d7:f0:f5:2f:c designated_root 8000.d6:d7:f0:f5:2f:c hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 16 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
|
|
--- ip -o link
|
|
$ ip -o link
|
|
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 mq master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:53 brd ff:ff:ff:ff:ff:ff\ altname enp1s0f0\ altname enx00219ba27c53
|
|
3: nic1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff\ altname enp1s0f1\ altname enx00219ba27c55
|
|
4: nic2: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff permaddr 00:21:9b:a2:7c:57\ altname enp2s0f0\ altname enx00219ba27c57
|
|
5: nic3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff\ altname enp2s0f1\ altname enx00219ba27c59
|
|
6: nic4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\ link/ether 00:10:18:72:16:40 brd ff:ff:ff:ff:ff:ff\ altname enx001018721640
|
|
7: nic5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\ link/ether 00:10:18:72:16:42 brd ff:ff:ff:ff:ff:ff\ altname enx001018721642
|
|
8: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:53 brd ff:ff:ff:ff:ff:ff
|
|
9: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500\ link/none
|
|
10: nic3.2@nic3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-rr-mgmt state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff
|
|
11: br-rr-mgmt: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff
|
|
12: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue master storagenet state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff
|
|
13: storagenet: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff
|
|
46: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr100i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 86:4a:ba:ce:74:cb brd ff:ff:ff:ff:ff:ff
|
|
47: fwbr100i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 1a:fa:65:4c:65:9d brd ff:ff:ff:ff:ff:ff
|
|
48: fwpr100p0@fwln100i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether c2:2f:59:b1:8b:a8 brd ff:ff:ff:ff:ff:ff
|
|
49: fwln100i0@fwpr100p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr100i0 state UP mode DEFAULT group default qlen 1000\ link/ether 1a:fa:65:4c:65:9d brd ff:ff:ff:ff:ff:ff
|
|
50: tap600i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr600i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 46:3a:47:c7:38:66 brd ff:ff:ff:ff:ff:ff
|
|
51: fwbr600i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 62:c5:35:11:4b:3c brd ff:ff:ff:ff:ff:ff
|
|
52: fwpr600p0@fwln600i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 82:f1:c8:d9:02:f3 brd ff:ff:ff:ff:ff:ff
|
|
53: fwln600i0@fwpr600p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr600i0 state UP mode DEFAULT group default qlen 1000\ link/ether 62:c5:35:11:4b:3c brd ff:ff:ff:ff:ff:ff
|
|
54: tap601i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr601i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether b6:0f:0a:05:bb:7f brd ff:ff:ff:ff:ff:ff
|
|
55: fwbr601i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether d6:d7:f0:f5:2f:0c brd ff:ff:ff:ff:ff:ff
|
|
56: fwpr601p0@fwln601i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 5a:b3:90:81:99:9b brd ff:ff:ff:ff:ff:ff
|
|
57: fwln601i0@fwpr601p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr601i0 state UP mode DEFAULT group default qlen 1000\ link/ether d6:d7:f0:f5:2f:0c brd ff:ff:ff:ff:ff:ff
|
|
|
|
--- ip -o -4 addr
|
|
$ ip -o -4 addr
|
|
1: lo inet 127.0.0.1/8 scope host lo\ valid_lft forever preferred_lft forever
|
|
8: vmbr0 inet 192.168.3.169/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 576sec preferred_lft 576sec
|
|
9: tailscale0 inet 100.73.35.111/32 scope global tailscale0\ valid_lft forever preferred_lft forever
|
|
11: br-rr-mgmt inet 10.251.2.6/24 scope global br-rr-mgmt\ valid_lft forever preferred_lft forever
|
|
13: storagenet inet 10.100.100.6/24 scope global storagenet\ valid_lft forever preferred_lft forever
|
|
|
|
--- 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
|
|
5: nic3 inet6 fe80::221:9bff:fea2:7c59/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever
|
|
8: vmbr0 inet6 fe80::221:9bff:fea2:7c53/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever
|
|
9: tailscale0 inet6 fd7a:115c:a1e0::df3b:236f/128 scope global \ valid_lft forever preferred_lft forever
|
|
9: tailscale0 inet6 fe80::1f97:7375:575c:fc8e/64 scope link stable-privacy proto kernel_ll \ valid_lft forever preferred_lft forever
|
|
11: br-rr-mgmt inet6 fe80::221:9bff:fea2:7c59/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever
|
|
13: storagenet inet6 fe80::221:9bff:fea2:7c55/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever
|
|
|
|
--- 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 mq master vmbr0 state UP group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:53 brd ff:ff:ff:ff:ff:ff
|
|
altname enp1s0f0
|
|
altname enx00219ba27c53
|
|
3: nic1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff
|
|
altname enp1s0f1
|
|
altname enx00219ba27c55
|
|
4: nic2: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff permaddr 00:21:9b:a2:7c:57
|
|
altname enp2s0f0
|
|
altname enx00219ba27c57
|
|
5: nic3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff
|
|
altname enp2s0f1
|
|
altname enx00219ba27c59
|
|
inet6 fe80::221:9bff:fea2:7c59/64 scope link proto kernel_ll
|
|
valid_lft forever preferred_lft forever
|
|
6: nic4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
|
|
link/ether 00:10:18:72:16:40 brd ff:ff:ff:ff:ff:ff
|
|
altname enx001018721640
|
|
7: nic5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
|
|
link/ether 00:10:18:72:16:42 brd ff:ff:ff:ff:ff:ff
|
|
altname enx001018721642
|
|
8: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:53 brd ff:ff:ff:ff:ff:ff
|
|
inet 192.168.3.169/22 brd 192.168.3.255 scope global dynamic vmbr0
|
|
valid_lft 576sec preferred_lft 576sec
|
|
inet6 fe80::221:9bff:fea2:7c53/64 scope link proto kernel_ll
|
|
valid_lft forever preferred_lft forever
|
|
9: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq state UNKNOWN group default qlen 500
|
|
link/none
|
|
inet 100.73.35.111/32 scope global tailscale0
|
|
valid_lft forever preferred_lft forever
|
|
inet6 fd7a:115c:a1e0::df3b:236f/128 scope global
|
|
valid_lft forever preferred_lft forever
|
|
inet6 fe80::1f97:7375:575c:fc8e/64 scope link stable-privacy proto kernel_ll
|
|
valid_lft forever preferred_lft forever
|
|
10: nic3.2@nic3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-rr-mgmt state UP group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff
|
|
11: br-rr-mgmt: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff
|
|
inet 10.251.2.6/24 scope global br-rr-mgmt
|
|
valid_lft forever preferred_lft forever
|
|
inet6 fe80::221:9bff:fea2:7c59/64 scope link proto kernel_ll
|
|
valid_lft forever preferred_lft forever
|
|
12: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue master storagenet state UP group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff
|
|
13: storagenet: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff
|
|
inet 10.100.100.6/24 scope global storagenet
|
|
valid_lft forever preferred_lft forever
|
|
inet6 fe80::221:9bff:fea2:7c55/64 scope link proto kernel_ll
|
|
valid_lft forever preferred_lft forever
|
|
46: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr100i0 state UNKNOWN group default qlen 1000
|
|
link/ether 86:4a:ba:ce:74:cb brd ff:ff:ff:ff:ff:ff
|
|
47: fwbr100i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
|
|
link/ether 1a:fa:65:4c:65:9d brd ff:ff:ff:ff:ff:ff
|
|
48: fwpr100p0@fwln100i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
|
|
link/ether c2:2f:59:b1:8b:a8 brd ff:ff:ff:ff:ff:ff
|
|
49: fwln100i0@fwpr100p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr100i0 state UP group default qlen 1000
|
|
link/ether 1a:fa:65:4c:65:9d brd ff:ff:ff:ff:ff:ff
|
|
50: tap600i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr600i0 state UNKNOWN group default qlen 1000
|
|
link/ether 46:3a:47:c7:38:66 brd ff:ff:ff:ff:ff:ff
|
|
51: fwbr600i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
|
|
link/ether 62:c5:35:11:4b:3c brd ff:ff:ff:ff:ff:ff
|
|
52: fwpr600p0@fwln600i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
|
|
link/ether 82:f1:c8:d9:02:f3 brd ff:ff:ff:ff:ff:ff
|
|
53: fwln600i0@fwpr600p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr600i0 state UP group default qlen 1000
|
|
link/ether 62:c5:35:11:4b:3c brd ff:ff:ff:ff:ff:ff
|
|
54: tap601i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr601i0 state UNKNOWN group default qlen 1000
|
|
link/ether b6:0f:0a:05:bb:7f brd ff:ff:ff:ff:ff:ff
|
|
55: fwbr601i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
|
|
link/ether d6:d7:f0:f5:2f:0c brd ff:ff:ff:ff:ff:ff
|
|
56: fwpr601p0@fwln601i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
|
|
link/ether 5a:b3:90:81:99:9b brd ff:ff:ff:ff:ff:ff
|
|
57: fwln601i0@fwpr601p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr601i0 state UP group default qlen 1000
|
|
link/ether d6:d7:f0:f5:2f:0c brd ff:ff:ff:ff:ff:ff
|
|
|
|
--- ip route
|
|
$ ip route
|
|
default via 192.168.3.254 dev vmbr0
|
|
10.100.100.0/24 dev storagenet proto kernel scope link src 10.100.100.6
|
|
10.251.2.0/24 dev br-rr-mgmt proto kernel scope link src 10.251.2.6
|
|
192.168.0.0/22 dev vmbr0 proto kernel scope link src 192.168.3.169
|
|
|
|
--- 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
|
|
49874975 317133 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
49874975 317133 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 mq master vmbr0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:53 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
2381529606 6874656 0 3424 0 2543293
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
4954677864 5050936 0 3 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
altname enp1s0f0
|
|
altname enx00219ba27c53
|
|
3: nic1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
64091193678 45588250 0 0 0 70482
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
20162702151 24272690 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
altname enp1s0f1
|
|
altname enx00219ba27c55
|
|
4: nic2: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff permaddr 00:21:9b:a2:7c:57
|
|
RX: bytes packets errors dropped missed mcast
|
|
22517166755 15968503 0 0 0 29618
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
3369573962 4906781 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
altname enp2s0f0
|
|
altname enx00219ba27c57
|
|
5: nic3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
11498271 114264 0 0 0 102232
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
979518 3771 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
altname enp2s0f1
|
|
altname enx00219ba27c59
|
|
6: nic4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
|
|
link/ether 00:10:18:72:16:40 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
0 0 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
0 0 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
altname enx001018721640
|
|
7: nic5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
|
|
link/ether 00:10:18:72:16:42 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
0 0 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
0 0 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
altname enx001018721642
|
|
8: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:53 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
564467589 4087433 0 0 0 2145055
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
4612486911 977230 0 3 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 4
|
|
9: 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
|
|
136345436 1048013 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
7938417316 905754 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
10: nic3.2@nic3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-rr-mgmt state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
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
|
|
906 7 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 1
|
|
11: br-rr-mgmt: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff
|
|
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
|
|
906 7 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
12: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue master storagenet state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
86608360433 61556753 0 6844 0 100100
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
23532276113 29179471 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
13: storagenet: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
83435467947 22107340 0 5 0 86407
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
22708785667 18380983 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
46: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr100i0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 86:4a:ba:ce:74:cb brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
426252 4352 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
142716812 1334667 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
47: fwbr100i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 1a:fa:65:4c:65:9d brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
123312656 1329836 0 1925 0 891042
|
|
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
|
|
48: fwpr100p0@fwln100i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether c2:2f:59:b1:8b:a8 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
817431 5923 0 1571 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
142718383 1334667 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
49: fwln100i0@fwpr100p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr100i0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 1a:fa:65:4c:65:9d brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
142718383 1334667 0 1571 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
817431 5923 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
50: tap600i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr600i0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 46:3a:47:c7:38:66 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
26234897 127308 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
200614654 1536391 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
51: fwbr600i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 62:c5:35:11:4b:3c brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
123302228 1329716 0 1924 0 890972
|
|
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: fwpr600p0@fwln600i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 82:f1:c8:d9:02:f3 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
26626076 128879 0 1571 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
200616439 1536392 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
53: fwln600i0@fwpr600p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr600i0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 62:c5:35:11:4b:3c brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
200616439 1536392 0 1571 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
26626076 128879 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
54: tap601i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr601i0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether b6:0f:0a:05:bb:7f brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
27644561 140342 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
533361420 1569069 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
55: fwbr601i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether d6:d7:f0:f5:2f:0c brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
123287516 1329579 0 1924 0 890903
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
0 0 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
56: fwpr601p0@fwln601i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 5a:b3:90:81:99:9b brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
28035491 141912 0 1570 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
533362990 1569069 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
57: fwln601i0@fwpr601p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr601i0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether d6:d7:f0:f5:2f:0c brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
533362990 1569069 0 1570 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
28035491 141912 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
|
|
--- ip neigh
|
|
$ ip neigh
|
|
192.168.3.58 dev vmbr0 lladdr a4:bb:6d:e3:56:86 STALE
|
|
10.100.100.5 dev storagenet lladdr 00:1b:78:5c:e9:ce REACHABLE
|
|
10.100.100.4 dev storagenet lladdr 8c:ae:4c:cd:a9:26 REACHABLE
|
|
10.100.100.7 dev storagenet lladdr f8:bc:12:34:e0:75 STALE
|
|
192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 REACHABLE
|
|
192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE
|
|
192.168.3.250 dev vmbr0 lladdr 00:15:5d:64:e8:1e REACHABLE
|
|
192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 REACHABLE
|
|
192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d REACHABLE
|
|
10.100.100.9 dev storagenet lladdr 9c:69:d3:6a:5b:6c STALE
|
|
192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE
|
|
192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 STALE
|
|
192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f REACHABLE
|
|
192.168.0.1 dev vmbr0 lladdr a0:d0:dc:38:3b:41 STALE
|
|
192.168.3.16 dev vmbr0 lladdr bc:24:11:8a:69:04 STALE
|
|
192.168.1.119 dev vmbr0 lladdr 68:db:f5:1c:e8:8f STALE
|
|
192.168.3.12 dev vmbr0 lladdr 02:5a:39:38:3e:9f STALE
|
|
192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc STALE
|
|
192.168.3.173 dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE
|
|
192.168.3.153 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE
|
|
192.168.0.250 dev vmbr0 lladdr f8:bc:12:34:e0:74 STALE
|
|
fe80::2053:681c:dbc9:6350 dev vmbr0 lladdr bc:24:11:ee:08:c9 STALE
|
|
fe80::1041:575c:79d7:c3f3 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE
|
|
fe80::436f:cf31:df06:ba90 dev vmbr0 lladdr bc:24:11:5e:dc:44 STALE
|
|
fe80::7f67:9446:ea86:eb01 dev vmbr0 lladdr 68:ec:8a:0e:36:69 router STALE
|
|
fe80::5ee7:53ff:fead:95c dev vmbr0 lladdr 5c:e7:53:ad:09:5c STALE
|
|
fe80::be24:11ff:fe86:ea1a dev vmbr0 lladdr bc:24:11:86:ea:1a STALE
|
|
fe80::907a:3764:9b08:16f3 dev vmbr0 lladdr bc:24:11:94:71:07 STALE
|
|
fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE
|
|
fe80::21b:78ff:fe5c:e9ce dev storagenet lladdr 00:1b:78:5c:e9:ce STALE
|
|
fe80::6ae7:a88a:4305:7761 dev vmbr0 lladdr e8:4e:06:af:b8:92 STALE
|
|
fe80::be5d:167b:45a7:5d73 dev vmbr0 lladdr bc:24:11:96:f7:b9 STALE
|
|
fe80::be24:11ff:fee4:3753 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE
|
|
fe80::c0e:c2d8:9069:af43 dev vmbr0 lladdr 5a:cc:23:39:ec:f7 STALE
|
|
fe80::238a:7296:ce20:940f dev vmbr0 lladdr bc:24:11:8a:69:04 STALE
|
|
fe80::a311:54:4085:c6b8 dev vmbr0 lladdr bc:24:11:32:d0:36 STALE
|
|
fe80::65f9:f271:9449:32fc dev vmbr0 lladdr bc:24:11:2e:5a:d6 STALE
|
|
fe80::10e8:fff4:c9c7:c57b dev vmbr0 lladdr ba:71:00:a6:a3:12 STALE
|
|
fe80::be24:11ff:feee:67e2 dev vmbr0 lladdr bc:24:11:ee:67:e2 STALE
|
|
fe80::be24:11ff:feee:2bb6 dev vmbr0 lladdr bc:24:11:ee:2b:b6 STALE
|
|
fe80::be24:11ff:fe65:b2ac dev vmbr0 lladdr bc:24:11:65:b2:ac STALE
|
|
fe80::bb7f:ace0:50d5:690b dev vmbr0 lladdr bc:24:11:40:25:f8 STALE
|
|
fe80::5ee7:53ff:fecf:45fa dev vmbr0 lladdr 5c:e7:53:cf:45:fa STALE
|
|
fe80::109b:d06f:f2be:1dc4 dev vmbr0 lladdr 16:bc:55:38:d3:7f STALE
|
|
fe80::ec58:8902:551a:c823 dev vmbr0 lladdr bc:24:11:1e:61:cf STALE
|
|
fe80::4924:f822:d560:bc2f dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE
|
|
fe80::7172:40ba:b966:69df dev vmbr0 lladdr 2c:54:91:2a:0d:5b STALE
|
|
fe80::b6f4:eaa:36af:1d47 dev vmbr0 lladdr f0:6e:0b:cf:c7:55 STALE
|
|
fe80::ae76:5582:7949:6783 dev vmbr0 lladdr 2c:54:91:2a:0d:5b STALE
|
|
fe80::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec STALE
|
|
fe80::ef5a:24f4:f260:2b1e dev vmbr0 lladdr bc:24:11:44:73:92 STALE
|
|
fe80::ac15:1b59:37bb:96f5 dev vmbr0 lladdr 9c:6b:00:9d:1c:48 STALE
|
|
fe80::be24:11ff:febb:6af dev vmbr0 lladdr bc:24:11:bb:06:af STALE
|
|
fe80::afa2:9f93:a83a:8815 dev vmbr0 lladdr bc:24:11:eb:f0:0f STALE
|
|
fe80::be24:11ff:fef6:74e8 dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE
|
|
fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE
|
|
fe80::562b:57ff:fe4b:7c72 dev vmbr0 lladdr 54:2b:57:4b:7c:72 STALE
|
|
fe80::54f2:477f:64f3:562c dev vmbr0 lladdr bc:24:11:5c:96:1e STALE
|
|
fe80::1d:8fb:68fc:746 dev vmbr0 lladdr 74:29:59:27:3a:b7 STALE
|
|
fe80::466:5100:c752:a95d dev vmbr0 lladdr ca:c3:35:a4:7f:c4 STALE
|
|
fe80::30b4:e59a:dbc:6700 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE
|
|
fe80::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router STALE
|
|
fe80::be24:11ff:fee6:32d dev vmbr0 lladdr bc:24:11:e6:03:2d STALE
|
|
fe80::1175:ecfd:44b2:57cb dev vmbr0 lladdr bc:24:11:38:c0:58 STALE
|
|
fe80::eb49:b5fa:c882:b02c dev vmbr0 lladdr bc:24:11:ee:7e:7b STALE
|
|
fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE
|
|
fe80::6bea:ca7:4c8c:182f dev vmbr0 lladdr bc:24:11:80:0d:16 STALE
|
|
fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 STALE
|
|
|
|
--- /proc/net/dev (counters)
|
|
$ cat /proc/net/dev
|
|
Inter-| Receive | Transmit
|
|
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
|
|
lo: 49874975 317133 0 0 0 0 0 0 49874975 317133 0 0 0 0 0 0
|
|
nic0: 2381529606 6874656 0 3424 0 0 0 2543293 4954677864 5050936 0 3 0 0 0 0
|
|
nic1: 64091193678 45588250 0 0 0 0 0 70482 20162702151 24272690 0 0 0 0 0 0
|
|
nic2: 22517166755 15968503 0 0 0 0 0 29618 3369573962 4906781 0 0 0 0 0 0
|
|
nic3: 11498271 114264 0 0 0 0 0 102232 979518 3771 0 0 0 0 0 0
|
|
nic4: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
nic5: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
vmbr0: 564467589 4087433 0 0 0 0 0 2145055 4612486911 977230 0 3 0 0 0 0
|
|
tailscale0: 136345436 1048013 0 0 0 0 0 0 7938417316 905754 0 0 0 0 0 0
|
|
nic3.2: 0 0 0 0 0 0 0 0 906 7 0 0 0 0 0 0
|
|
br-rr-mgmt: 0 0 0 0 0 0 0 0 906 7 0 0 0 0 0 0
|
|
bond0: 86608360433 61556753 0 6844 0 0 0 100100 23532276113 29179471 0 0 0 0 0 0
|
|
storagenet: 83435467947 22107340 0 5 0 0 0 86407 22708785667 18380983 0 0 0 0 0 0
|
|
tap100i0: 426252 4352 0 0 0 0 0 0 142716812 1334667 0 0 0 0 0 0
|
|
fwbr100i0: 123312656 1329836 0 1925 0 0 0 891042 0 0 0 0 0 0 0 0
|
|
fwpr100p0: 817431 5923 0 1571 0 0 0 0 142718383 1334667 0 0 0 0 0 0
|
|
fwln100i0: 142718383 1334667 0 1571 0 0 0 0 817431 5923 0 0 0 0 0 0
|
|
tap600i0: 26234897 127308 0 0 0 0 0 0 200614654 1536391 0 0 0 0 0 0
|
|
fwbr600i0: 123302228 1329716 0 1924 0 0 0 890972 0 0 0 0 0 0 0 0
|
|
fwpr600p0: 26626076 128879 0 1571 0 0 0 0 200616439 1536392 0 0 0 0 0 0
|
|
fwln600i0: 200616439 1536392 0 1571 0 0 0 0 26626076 128879 0 0 0 0 0 0
|
|
tap601i0: 27644561 140342 0 0 0 0 0 0 533361420 1569069 0 0 0 0 0 0
|
|
fwbr601i0: 123287516 1329579 0 1924 0 0 0 890903 0 0 0 0 0 0 0 0
|
|
fwpr601p0: 28035491 141912 0 1570 0 0 0 0 533362990 1569069 0 0 0 0 0 0
|
|
fwln601i0: 533362990 1569069 0 1570 0 0 0 0 28035491 141912 0 0 0 0 0 0
|
|
|
|
--- ip -6 route (brief)
|
|
$ ip -6 route
|
|
fd7a:115c:a1e0::df3b:236f dev tailscale0 proto kernel metric 256 pref medium
|
|
fe80::/64 dev vmbr0 proto kernel metric 256 pref medium
|
|
fe80::/64 dev tailscale0 proto kernel metric 256 pref medium
|
|
fe80::/64 dev nic3 proto kernel metric 256 pref medium
|
|
fe80::/64 dev br-rr-mgmt proto kernel metric 256 pref medium
|
|
fe80::/64 dev storagenet proto kernel metric 256 pref medium
|
|
|
|
--- 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
|
|
bond0 speed=2000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
br-rr-mgmt speed=100 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
fwbr100i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
fwbr600i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
fwbr601i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
fwln100i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
fwln600i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
fwln601i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
fwpr100p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
fwpr600p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
fwpr601p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
nic0 speed=1000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
nic1 speed=1000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
nic2 speed=1000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
nic3 speed=100 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
nic3.2 speed=100 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
nic4 speed= duplex= mtu=1500 carrier= tx_queue_len=1000 qlen=1000 type=1
|
|
nic5 speed= duplex= mtu=1500 carrier= tx_queue_len=1000 qlen=1000 type=1
|
|
storagenet speed=2000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
tap100i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
tap600i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
tap601i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
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: bond0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: bonding
|
|
version: 7.0.14-6-pve
|
|
firmware-version: 2
|
|
expansion-rom-version:
|
|
bus-info:
|
|
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 bond0:
|
|
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: 2000Mb/s
|
|
Duplex: Full
|
|
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 bond0:
|
|
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: off [requested 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: off [requested on]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off
|
|
rx-vlan-offload: on
|
|
tx-vlan-offload: on [fixed]
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: on
|
|
rx-vlan-filter: on
|
|
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: on [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [requested on]
|
|
tx-esp-segmentation: off
|
|
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 [fixed]
|
|
rx-vlan-stag-hw-parse: on
|
|
rx-vlan-stag-filter: on
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off
|
|
esp-tx-csum-hw-offload: off
|
|
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: br-rr-mgmt -----
|
|
[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 br-rr-mgmt:
|
|
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: 100Mb/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 br-rr-mgmt:
|
|
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: off [requested 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: fwbr100i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: bridge
|
|
version: 2.3
|
|
firmware-version: N/A
|
|
expansion-rom-version:
|
|
bus-info: N/A
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for fwbr100i0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Unknown! (255)
|
|
Auto-negotiation: off
|
|
Port: Other
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
netlink error: Operation not supported
|
|
[coalesce -c (interrupt moderation)]
|
|
netlink error: Operation not supported
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for fwbr100i0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: on
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: on
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: on
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [requested on]
|
|
tx-fcoe-segmentation: off [requested on]
|
|
tx-gre-segmentation: on
|
|
tx-gre-csum-segmentation: on
|
|
tx-ipxip4-segmentation: on
|
|
tx-ipxip6-segmentation: on
|
|
tx-udp_tnl-segmentation: on
|
|
tx-udp_tnl-csum-segmentation: on
|
|
tx-gso-partial: on
|
|
tx-tunnel-remcsum-segmentation: on
|
|
tx-sctp-segmentation: on
|
|
tx-esp-segmentation: on
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: on
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: fwbr600i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: bridge
|
|
version: 2.3
|
|
firmware-version: N/A
|
|
expansion-rom-version:
|
|
bus-info: N/A
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for fwbr600i0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Unknown! (255)
|
|
Auto-negotiation: off
|
|
Port: Other
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
netlink error: Operation not supported
|
|
[coalesce -c (interrupt moderation)]
|
|
netlink error: Operation not supported
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for fwbr600i0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: on
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: on
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: on
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [requested on]
|
|
tx-fcoe-segmentation: off [requested on]
|
|
tx-gre-segmentation: on
|
|
tx-gre-csum-segmentation: on
|
|
tx-ipxip4-segmentation: on
|
|
tx-ipxip6-segmentation: on
|
|
tx-udp_tnl-segmentation: on
|
|
tx-udp_tnl-csum-segmentation: on
|
|
tx-gso-partial: on
|
|
tx-tunnel-remcsum-segmentation: on
|
|
tx-sctp-segmentation: on
|
|
tx-esp-segmentation: on
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: on
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: fwbr601i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: bridge
|
|
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 fwbr601i0:
|
|
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 fwbr601i0:
|
|
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: fwln100i0 -----
|
|
[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 fwln100i0:
|
|
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 fwln100i0:
|
|
Pre-set maximums:
|
|
RX: 16
|
|
TX: 16
|
|
Other: n/a
|
|
Combined: n/a
|
|
Current hardware settings:
|
|
RX: 1
|
|
TX: 1
|
|
Other: n/a
|
|
Combined: n/a
|
|
[coalesce -c (interrupt moderation)]
|
|
netlink error: Operation not supported
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for fwln100i0:
|
|
rx-checksumming: on
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: 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: fwln600i0 -----
|
|
[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 fwln600i0:
|
|
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 fwln600i0:
|
|
Pre-set maximums:
|
|
RX: 16
|
|
TX: 16
|
|
Other: n/a
|
|
Combined: n/a
|
|
Current hardware settings:
|
|
RX: 1
|
|
TX: 1
|
|
Other: n/a
|
|
Combined: n/a
|
|
[coalesce -c (interrupt moderation)]
|
|
netlink error: Operation not supported
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for fwln600i0:
|
|
rx-checksumming: on
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: 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: fwln601i0 -----
|
|
[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 fwln601i0:
|
|
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 fwln601i0:
|
|
Pre-set maximums:
|
|
RX: 16
|
|
TX: 16
|
|
Other: n/a
|
|
Combined: n/a
|
|
Current hardware settings:
|
|
RX: 1
|
|
TX: 1
|
|
Other: n/a
|
|
Combined: n/a
|
|
[coalesce -c (interrupt moderation)]
|
|
netlink error: Operation not supported
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for fwln601i0:
|
|
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: fwpr100p0 -----
|
|
[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 fwpr100p0:
|
|
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 fwpr100p0:
|
|
Pre-set maximums:
|
|
RX: 16
|
|
TX: 16
|
|
Other: n/a
|
|
Combined: n/a
|
|
Current hardware settings:
|
|
RX: 1
|
|
TX: 1
|
|
Other: n/a
|
|
Combined: n/a
|
|
[coalesce -c (interrupt moderation)]
|
|
netlink error: Operation not supported
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for fwpr100p0:
|
|
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: fwpr600p0 -----
|
|
[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 fwpr600p0:
|
|
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 fwpr600p0:
|
|
Pre-set maximums:
|
|
RX: 16
|
|
TX: 16
|
|
Other: n/a
|
|
Combined: n/a
|
|
Current hardware settings:
|
|
RX: 1
|
|
TX: 1
|
|
Other: n/a
|
|
Combined: n/a
|
|
[coalesce -c (interrupt moderation)]
|
|
netlink error: Operation not supported
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for fwpr600p0:
|
|
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: fwpr601p0 -----
|
|
[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 fwpr601p0:
|
|
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 fwpr601p0:
|
|
Pre-set maximums:
|
|
RX: 16
|
|
TX: 16
|
|
Other: n/a
|
|
Combined: n/a
|
|
Current hardware settings:
|
|
RX: 1
|
|
TX: 1
|
|
Other: n/a
|
|
Combined: n/a
|
|
[coalesce -c (interrupt moderation)]
|
|
netlink error: Operation not supported
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for fwpr601p0:
|
|
rx-checksumming: on
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: on
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: on
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: on
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: off
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: on
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: on
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: on
|
|
tx-gre-csum-segmentation: on
|
|
tx-ipxip4-segmentation: on
|
|
tx-ipxip6-segmentation: on
|
|
tx-udp_tnl-segmentation: on
|
|
tx-udp_tnl-csum-segmentation: on
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: on
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: on
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: on
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
rx_queue_0_drops: 0
|
|
rx_queue_0_xdp_drops: 0
|
|
rx_queue_0_xdp_tx_errors: 0
|
|
tx_queue_0_xdp_xmit_errors: 0
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: nic0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: bnx2
|
|
version: 7.0.14-6-pve
|
|
firmware-version: 5.0.13 bc 5.0.11
|
|
expansion-rom-version:
|
|
bus-info: 0000:01:00.0
|
|
supports-statistics: yes
|
|
supports-test: yes
|
|
supports-eeprom-access: yes
|
|
supports-register-dump: yes
|
|
supports-priv-flags: no
|
|
[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: No
|
|
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: No
|
|
Advertised auto-negotiation: Yes
|
|
Advertised FEC modes: Not reported
|
|
Speed: 1000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: on
|
|
Port: Twisted Pair
|
|
PHYAD: 1
|
|
Transceiver: internal
|
|
MDI-X: off
|
|
Supports Wake-on: g
|
|
Wake-on: d
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for nic0:
|
|
Pre-set maximums:
|
|
RX: 8
|
|
TX: 8
|
|
Other: n/a
|
|
Combined: n/a
|
|
Current hardware settings:
|
|
RX: 5
|
|
TX: 4
|
|
Other: n/a
|
|
Combined: n/a
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for nic0:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: 999936
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: 18
|
|
rx-frames: 12
|
|
rx-usecs-irq: 18
|
|
rx-frames-irq: 2
|
|
|
|
tx-usecs: 80
|
|
tx-frames: 20
|
|
tx-usecs-irq: 18
|
|
tx-frames-irq: 2
|
|
|
|
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: 2040
|
|
RX Mini: n/a
|
|
RX Jumbo: 8160
|
|
TX: 255
|
|
TX push buff len: n/a
|
|
Current hardware settings:
|
|
RX: 255
|
|
RX Mini: n/a
|
|
RX Jumbo: 0
|
|
TX: 255
|
|
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
|
|
|
|
[offload features -k]
|
|
Features for nic0:
|
|
rx-checksumming: on
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: on
|
|
tx-checksum-ip-generic: off [fixed]
|
|
tx-checksum-ipv6: on
|
|
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: 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: 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 [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)]
|
|
rx_error_bytes: 0
|
|
tx_error_bytes: 0
|
|
tx_mac_errors: 0
|
|
tx_carrier_errors: 0
|
|
rx_crc_errors: 0
|
|
rx_align_errors: 0
|
|
rx_fragments: 0
|
|
rx_jabbers: 0
|
|
rx_undersize_packets: 0
|
|
rx_oversize_packets: 0
|
|
rx_ftq_discards: 0
|
|
rx_discards: 0
|
|
rx_fw_discards: 0
|
|
[statistics -S (throughput counters)]
|
|
rx_bytes: 2381529606
|
|
tx_bytes: 4954677864
|
|
|
|
----- ethtool: nic1 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: bnx2
|
|
version: 7.0.14-6-pve
|
|
firmware-version: 5.0.13 bc 5.0.11 NCSI 2.0.5
|
|
expansion-rom-version:
|
|
bus-info: 0000:01:00.1
|
|
supports-statistics: yes
|
|
supports-test: yes
|
|
supports-eeprom-access: yes
|
|
supports-register-dump: yes
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for nic1:
|
|
Supported ports: [ TP ]
|
|
Supported link modes: 10baseT/Half 10baseT/Full
|
|
100baseT/Half 100baseT/Full
|
|
1000baseT/Full
|
|
Supported pause frame use: No
|
|
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: No
|
|
Advertised auto-negotiation: Yes
|
|
Advertised FEC modes: Not reported
|
|
Speed: 1000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: on
|
|
Port: Twisted Pair
|
|
PHYAD: 1
|
|
Transceiver: internal
|
|
MDI-X: off
|
|
Supports Wake-on: g
|
|
Wake-on: d
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for nic1:
|
|
Pre-set maximums:
|
|
RX: 8
|
|
TX: 8
|
|
Other: n/a
|
|
Combined: n/a
|
|
Current hardware settings:
|
|
RX: 5
|
|
TX: 4
|
|
Other: n/a
|
|
Combined: n/a
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for nic1:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: 999936
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: 18
|
|
rx-frames: 12
|
|
rx-usecs-irq: 18
|
|
rx-frames-irq: 2
|
|
|
|
tx-usecs: 80
|
|
tx-frames: 20
|
|
tx-usecs-irq: 18
|
|
tx-frames-irq: 2
|
|
|
|
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 nic1:
|
|
Pre-set maximums:
|
|
RX: 2040
|
|
RX Mini: n/a
|
|
RX Jumbo: 8160
|
|
TX: 255
|
|
TX push buff len: n/a
|
|
Current hardware settings:
|
|
RX: 255
|
|
RX Mini: n/a
|
|
RX Jumbo: 0
|
|
TX: 255
|
|
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 nic1:
|
|
Autonegotiate: on
|
|
RX: off
|
|
TX: off
|
|
|
|
[offload features -k]
|
|
Features for nic1:
|
|
rx-checksumming: on
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: on
|
|
tx-checksum-ip-generic: off [fixed]
|
|
tx-checksum-ipv6: on
|
|
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: 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: on [fixed]
|
|
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 [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)]
|
|
rx_error_bytes: 0
|
|
tx_error_bytes: 0
|
|
tx_mac_errors: 0
|
|
tx_carrier_errors: 0
|
|
rx_crc_errors: 0
|
|
rx_align_errors: 0
|
|
rx_fragments: 0
|
|
rx_jabbers: 0
|
|
rx_undersize_packets: 0
|
|
rx_oversize_packets: 0
|
|
rx_ftq_discards: 0
|
|
rx_discards: 0
|
|
rx_fw_discards: 0
|
|
[statistics -S (throughput counters)]
|
|
rx_bytes: 64091193742
|
|
tx_bytes: 20162702151
|
|
|
|
----- ethtool: nic2 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: bnx2
|
|
version: 7.0.14-6-pve
|
|
firmware-version: 5.0.13 bc 5.0.11 NCSI 2.0.5
|
|
expansion-rom-version:
|
|
bus-info: 0000:02:00.0
|
|
supports-statistics: yes
|
|
supports-test: yes
|
|
supports-eeprom-access: yes
|
|
supports-register-dump: yes
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for nic2:
|
|
Supported ports: [ TP ]
|
|
Supported link modes: 10baseT/Half 10baseT/Full
|
|
100baseT/Half 100baseT/Full
|
|
1000baseT/Full
|
|
Supported pause frame use: No
|
|
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: No
|
|
Advertised auto-negotiation: Yes
|
|
Advertised FEC modes: Not reported
|
|
Speed: 1000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: on
|
|
Port: Twisted Pair
|
|
PHYAD: 1
|
|
Transceiver: internal
|
|
MDI-X: on
|
|
Supports Wake-on: g
|
|
Wake-on: d
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for nic2:
|
|
Pre-set maximums:
|
|
RX: 8
|
|
TX: 8
|
|
Other: n/a
|
|
Combined: n/a
|
|
Current hardware settings:
|
|
RX: 5
|
|
TX: 4
|
|
Other: n/a
|
|
Combined: n/a
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for nic2:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: 999936
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: 18
|
|
rx-frames: 12
|
|
rx-usecs-irq: 18
|
|
rx-frames-irq: 2
|
|
|
|
tx-usecs: 80
|
|
tx-frames: 20
|
|
tx-usecs-irq: 18
|
|
tx-frames-irq: 2
|
|
|
|
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 nic2:
|
|
Pre-set maximums:
|
|
RX: 2040
|
|
RX Mini: n/a
|
|
RX Jumbo: 8160
|
|
TX: 255
|
|
TX push buff len: n/a
|
|
Current hardware settings:
|
|
RX: 255
|
|
RX Mini: n/a
|
|
RX Jumbo: 0
|
|
TX: 255
|
|
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 nic2:
|
|
Autonegotiate: on
|
|
RX: off
|
|
TX: off
|
|
|
|
[offload features -k]
|
|
Features for nic2:
|
|
rx-checksumming: on
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: on
|
|
tx-checksum-ip-generic: off [fixed]
|
|
tx-checksum-ipv6: on
|
|
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: 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: on [fixed]
|
|
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 [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)]
|
|
rx_error_bytes: 0
|
|
tx_error_bytes: 0
|
|
tx_mac_errors: 0
|
|
tx_carrier_errors: 0
|
|
rx_crc_errors: 0
|
|
rx_align_errors: 0
|
|
rx_fragments: 0
|
|
rx_jabbers: 0
|
|
rx_undersize_packets: 0
|
|
rx_oversize_packets: 0
|
|
rx_ftq_discards: 0
|
|
rx_discards: 0
|
|
rx_fw_discards: 0
|
|
[statistics -S (throughput counters)]
|
|
rx_bytes: 22517166755
|
|
tx_bytes: 3369573962
|
|
|
|
----- ethtool: nic3 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: bnx2
|
|
version: 7.0.14-6-pve
|
|
firmware-version: 5.0.13 bc 5.0.11 NCSI 2.0.5
|
|
expansion-rom-version:
|
|
bus-info: 0000:02:00.1
|
|
supports-statistics: yes
|
|
supports-test: yes
|
|
supports-eeprom-access: yes
|
|
supports-register-dump: yes
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for nic3:
|
|
Supported ports: [ TP ]
|
|
Supported link modes: 10baseT/Half 10baseT/Full
|
|
100baseT/Half 100baseT/Full
|
|
1000baseT/Full
|
|
Supported pause frame use: No
|
|
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: No
|
|
Advertised auto-negotiation: Yes
|
|
Advertised FEC modes: Not reported
|
|
Speed: 100Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: on
|
|
Port: Twisted Pair
|
|
PHYAD: 1
|
|
Transceiver: internal
|
|
MDI-X: on
|
|
Supports Wake-on: g
|
|
Wake-on: d
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for nic3:
|
|
Pre-set maximums:
|
|
RX: 8
|
|
TX: 8
|
|
Other: n/a
|
|
Combined: n/a
|
|
Current hardware settings:
|
|
RX: 5
|
|
TX: 4
|
|
Other: n/a
|
|
Combined: n/a
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for nic3:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: 999936
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: 18
|
|
rx-frames: 12
|
|
rx-usecs-irq: 18
|
|
rx-frames-irq: 2
|
|
|
|
tx-usecs: 80
|
|
tx-frames: 20
|
|
tx-usecs-irq: 18
|
|
tx-frames-irq: 2
|
|
|
|
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 nic3:
|
|
Pre-set maximums:
|
|
RX: 2040
|
|
RX Mini: n/a
|
|
RX Jumbo: 8160
|
|
TX: 255
|
|
TX push buff len: n/a
|
|
Current hardware settings:
|
|
RX: 255
|
|
RX Mini: n/a
|
|
RX Jumbo: 0
|
|
TX: 255
|
|
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 nic3:
|
|
Autonegotiate: on
|
|
RX: on
|
|
TX: on
|
|
|
|
[offload features -k]
|
|
Features for nic3:
|
|
rx-checksumming: on
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: on
|
|
tx-checksum-ip-generic: off [fixed]
|
|
tx-checksum-ipv6: on
|
|
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: 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: on [fixed]
|
|
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 [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)]
|
|
rx_error_bytes: 0
|
|
tx_error_bytes: 0
|
|
tx_mac_errors: 0
|
|
tx_carrier_errors: 0
|
|
rx_crc_errors: 0
|
|
rx_align_errors: 0
|
|
rx_fragments: 0
|
|
rx_jabbers: 0
|
|
rx_undersize_packets: 0
|
|
rx_oversize_packets: 0
|
|
rx_ftq_discards: 0
|
|
rx_discards: 0
|
|
rx_fw_discards: 0
|
|
[statistics -S (throughput counters)]
|
|
rx_bytes: 11498271
|
|
tx_bytes: 979518
|
|
|
|
----- ethtool: nic3.2 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: 802.1Q VLAN Support
|
|
version: 1.8
|
|
firmware-version: N/A
|
|
expansion-rom-version:
|
|
bus-info:
|
|
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 nic3.2:
|
|
Supported ports: [ TP ]
|
|
Supported link modes: 10baseT/Half 10baseT/Full
|
|
100baseT/Half 100baseT/Full
|
|
1000baseT/Full
|
|
Supported pause frame use: No
|
|
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: No
|
|
Advertised auto-negotiation: Yes
|
|
Advertised FEC modes: Not reported
|
|
Speed: 100Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: on
|
|
Port: Twisted Pair
|
|
PHYAD: 1
|
|
Transceiver: internal
|
|
MDI-X: on
|
|
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 nic3.2:
|
|
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 [requested on]
|
|
tx-checksum-sctp: off [requested on]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: off [requested 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: off [fixed]
|
|
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 [requested on]
|
|
tx-gre-segmentation: off [requested on]
|
|
tx-gre-csum-segmentation: off [requested on]
|
|
tx-ipxip4-segmentation: off [requested on]
|
|
tx-ipxip6-segmentation: off [requested on]
|
|
tx-udp_tnl-segmentation: off [requested on]
|
|
tx-udp_tnl-csum-segmentation: off [requested 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: 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: nic4 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: bnx2
|
|
version: 7.0.14-6-pve
|
|
firmware-version: 5.0.13 bc 5.0.11
|
|
expansion-rom-version:
|
|
bus-info: 0000:04:00.0
|
|
supports-statistics: yes
|
|
supports-test: yes
|
|
supports-eeprom-access: yes
|
|
supports-register-dump: yes
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for nic4:
|
|
Supported ports: [ TP ]
|
|
Supported link modes: 10baseT/Half 10baseT/Full
|
|
100baseT/Half 100baseT/Full
|
|
1000baseT/Full
|
|
Supported pause frame use: No
|
|
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: No
|
|
Advertised auto-negotiation: Yes
|
|
Advertised FEC modes: Not reported
|
|
Speed: Unknown!
|
|
Duplex: Half
|
|
Auto-negotiation: on
|
|
Port: Twisted Pair
|
|
PHYAD: 1
|
|
Transceiver: internal
|
|
MDI-X: off
|
|
Supports Wake-on: g
|
|
Wake-on: d
|
|
Link detected: no
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for nic4:
|
|
Pre-set maximums:
|
|
RX: 8
|
|
TX: 8
|
|
Other: n/a
|
|
Combined: n/a
|
|
Current hardware settings:
|
|
RX: 0
|
|
TX: 0
|
|
Other: n/a
|
|
Combined: n/a
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for nic4:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: 999936
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: 18
|
|
rx-frames: 12
|
|
rx-usecs-irq: 18
|
|
rx-frames-irq: 2
|
|
|
|
tx-usecs: 80
|
|
tx-frames: 20
|
|
tx-usecs-irq: 18
|
|
tx-frames-irq: 2
|
|
|
|
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 nic4:
|
|
Pre-set maximums:
|
|
RX: 2040
|
|
RX Mini: n/a
|
|
RX Jumbo: 8160
|
|
TX: 255
|
|
TX push buff len: n/a
|
|
Current hardware settings:
|
|
RX: 255
|
|
RX Mini: n/a
|
|
RX Jumbo: 0
|
|
TX: 255
|
|
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 nic4:
|
|
Autonegotiate: on
|
|
RX: off
|
|
TX: off
|
|
|
|
[offload features -k]
|
|
Features for nic4:
|
|
rx-checksumming: on
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: on
|
|
tx-checksum-ip-generic: off [fixed]
|
|
tx-checksum-ipv6: on
|
|
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: 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: on [fixed]
|
|
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 [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)]
|
|
rx_error_bytes: 0
|
|
tx_error_bytes: 0
|
|
tx_mac_errors: 0
|
|
tx_carrier_errors: 0
|
|
rx_crc_errors: 0
|
|
rx_align_errors: 0
|
|
rx_fragments: 0
|
|
rx_jabbers: 0
|
|
rx_undersize_packets: 0
|
|
rx_oversize_packets: 0
|
|
rx_ftq_discards: 0
|
|
rx_discards: 0
|
|
rx_fw_discards: 0
|
|
[statistics -S (throughput counters)]
|
|
rx_bytes: 0
|
|
tx_bytes: 0
|
|
|
|
----- ethtool: nic5 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: bnx2
|
|
version: 7.0.14-6-pve
|
|
firmware-version: 5.0.13 bc 5.0.11
|
|
expansion-rom-version:
|
|
bus-info: 0000:04:00.1
|
|
supports-statistics: yes
|
|
supports-test: yes
|
|
supports-eeprom-access: yes
|
|
supports-register-dump: yes
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for nic5:
|
|
Supported ports: [ TP ]
|
|
Supported link modes: 10baseT/Half 10baseT/Full
|
|
100baseT/Half 100baseT/Full
|
|
1000baseT/Full
|
|
Supported pause frame use: No
|
|
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: No
|
|
Advertised auto-negotiation: Yes
|
|
Advertised FEC modes: Not reported
|
|
Speed: Unknown!
|
|
Duplex: Half
|
|
Auto-negotiation: on
|
|
Port: Twisted Pair
|
|
PHYAD: 1
|
|
Transceiver: internal
|
|
MDI-X: off
|
|
Supports Wake-on: g
|
|
Wake-on: d
|
|
Link detected: no
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for nic5:
|
|
Pre-set maximums:
|
|
RX: 8
|
|
TX: 8
|
|
Other: n/a
|
|
Combined: n/a
|
|
Current hardware settings:
|
|
RX: 0
|
|
TX: 0
|
|
Other: n/a
|
|
Combined: n/a
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for nic5:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: 999936
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: 18
|
|
rx-frames: 12
|
|
rx-usecs-irq: 18
|
|
rx-frames-irq: 2
|
|
|
|
tx-usecs: 80
|
|
tx-frames: 20
|
|
tx-usecs-irq: 18
|
|
tx-frames-irq: 2
|
|
|
|
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 nic5:
|
|
Pre-set maximums:
|
|
RX: 2040
|
|
RX Mini: n/a
|
|
RX Jumbo: 8160
|
|
TX: 255
|
|
TX push buff len: n/a
|
|
Current hardware settings:
|
|
RX: 255
|
|
RX Mini: n/a
|
|
RX Jumbo: 0
|
|
TX: 255
|
|
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 nic5:
|
|
Autonegotiate: on
|
|
RX: off
|
|
TX: off
|
|
|
|
[offload features -k]
|
|
Features for nic5:
|
|
rx-checksumming: on
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: on
|
|
tx-checksum-ip-generic: off [fixed]
|
|
tx-checksum-ipv6: on
|
|
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: 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: 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 [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)]
|
|
rx_error_bytes: 0
|
|
tx_error_bytes: 0
|
|
tx_mac_errors: 0
|
|
tx_carrier_errors: 0
|
|
rx_crc_errors: 0
|
|
rx_align_errors: 0
|
|
rx_fragments: 0
|
|
rx_jabbers: 0
|
|
rx_undersize_packets: 0
|
|
rx_oversize_packets: 0
|
|
rx_ftq_discards: 0
|
|
rx_discards: 0
|
|
rx_fw_discards: 0
|
|
[statistics -S (throughput counters)]
|
|
rx_bytes: 0
|
|
tx_bytes: 0
|
|
|
|
----- ethtool: storagenet -----
|
|
[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 storagenet:
|
|
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: 2000Mb/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 storagenet:
|
|
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: off [requested 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: off [requested 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: 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: tap100i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: tun
|
|
version: 1.6
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info: tap
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for tap100i0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Current message level: 0x00000000 (0)
|
|
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for tap100i0:
|
|
Pre-set maximums:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
Current hardware settings:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for tap100i0:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: n/a
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: n/a
|
|
rx-frames: 0
|
|
rx-usecs-irq: n/a
|
|
rx-frames-irq: n/a
|
|
|
|
tx-usecs: n/a
|
|
tx-frames: n/a
|
|
tx-usecs-irq: n/a
|
|
tx-frames-irq: n/a
|
|
|
|
rx-usecs-low: n/a
|
|
rx-frame-low: n/a
|
|
tx-usecs-low: n/a
|
|
tx-frame-low: n/a
|
|
|
|
rx-usecs-high: n/a
|
|
rx-frame-high: n/a
|
|
tx-usecs-high: n/a
|
|
tx-frame-high: n/a
|
|
|
|
CQE mode RX: n/a TX: n/a
|
|
|
|
tx-aggr-max-bytes: n/a
|
|
tx-aggr-max-frames: n/a
|
|
tx-aggr-time-usecs: n/a
|
|
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for tap100i0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: off
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [fixed]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: off [fixed]
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: off [fixed]
|
|
tx-gre-csum-segmentation: off [fixed]
|
|
tx-ipxip4-segmentation: off [fixed]
|
|
tx-ipxip6-segmentation: off [fixed]
|
|
tx-udp_tnl-segmentation: off
|
|
tx-udp_tnl-csum-segmentation: off
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [fixed]
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: off [fixed]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: tap600i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: tun
|
|
version: 1.6
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info: tap
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for tap600i0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Current message level: 0x00000000 (0)
|
|
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for tap600i0:
|
|
Pre-set maximums:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
Current hardware settings:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for tap600i0:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: n/a
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: n/a
|
|
rx-frames: 0
|
|
rx-usecs-irq: n/a
|
|
rx-frames-irq: n/a
|
|
|
|
tx-usecs: n/a
|
|
tx-frames: n/a
|
|
tx-usecs-irq: n/a
|
|
tx-frames-irq: n/a
|
|
|
|
rx-usecs-low: n/a
|
|
rx-frame-low: n/a
|
|
tx-usecs-low: n/a
|
|
tx-frame-low: n/a
|
|
|
|
rx-usecs-high: n/a
|
|
rx-frame-high: n/a
|
|
tx-usecs-high: n/a
|
|
tx-frame-high: n/a
|
|
|
|
CQE mode RX: n/a TX: n/a
|
|
|
|
tx-aggr-max-bytes: n/a
|
|
tx-aggr-max-frames: n/a
|
|
tx-aggr-time-usecs: n/a
|
|
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for tap600i0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: off
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [fixed]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: off [fixed]
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: off [fixed]
|
|
tx-gre-csum-segmentation: off [fixed]
|
|
tx-ipxip4-segmentation: off [fixed]
|
|
tx-ipxip6-segmentation: off [fixed]
|
|
tx-udp_tnl-segmentation: off
|
|
tx-udp_tnl-csum-segmentation: off
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [fixed]
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: off [fixed]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: tap601i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: tun
|
|
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 tap601i0:
|
|
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 tap601i0:
|
|
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 tap601i0:
|
|
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 tap601i0:
|
|
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
|
|
10: nic3.2@nic3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master br-rr-mgmt state forwarding priority 32 cost 19
|
|
12: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 master storagenet state forwarding priority 32 cost 5
|
|
46: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr100i0 state forwarding priority 32 cost 2
|
|
48: fwpr100p0@fwln100i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
49: fwln100i0@fwpr100p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr100i0 state forwarding priority 32 cost 2
|
|
50: tap600i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr600i0 state forwarding priority 32 cost 2
|
|
52: fwpr600p0@fwln600i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
53: fwln600i0@fwpr600p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr600i0 state forwarding priority 32 cost 2
|
|
54: tap601i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr601i0 state forwarding priority 32 cost 2
|
|
56: fwpr601p0@fwln601i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
57: fwln601i0@fwpr601p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr601i0 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 37 mcast_max_groups 0
|
|
10: nic3.2@nic3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master br-rr-mgmt state forwarding priority 32 cost 19
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
|
|
12: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 master storagenet state forwarding priority 32 cost 5
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0
|
|
46: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr100i0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
|
|
48: fwpr100p0@fwln100i0: <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
|
|
49: fwln100i0@fwpr100p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr100i0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 33 mcast_max_groups 0
|
|
50: tap600i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr600i0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
|
|
52: fwpr600p0@fwln600i0: <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
|
|
53: fwln600i0@fwpr600p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr600i0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 33 mcast_max_groups 0
|
|
54: tap601i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr601i0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
|
|
56: fwpr601p0@fwln601i0: <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
|
|
57: fwln601i0@fwpr601p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr601i0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 33 mcast_max_groups 0
|
|
|
|
--- bridge vlan
|
|
$ bridge vlan
|
|
port vlan-id
|
|
nic0 1 PVID Egress Untagged
|
|
vmbr0 1 PVID Egress Untagged
|
|
nic3.2 1 PVID Egress Untagged
|
|
br-rr-mgmt 1 PVID Egress Untagged
|
|
bond0 1 PVID Egress Untagged
|
|
storagenet 1 PVID Egress Untagged
|
|
tap100i0 1 PVID Egress Untagged
|
|
fwbr100i0 1 PVID Egress Untagged
|
|
fwpr100p0 1 PVID Egress Untagged
|
|
fwln100i0 1 PVID Egress Untagged
|
|
tap600i0 1 PVID Egress Untagged
|
|
fwbr600i0 1 PVID Egress Untagged
|
|
fwpr600p0 1 PVID Egress Untagged
|
|
fwln600i0 1 PVID Egress Untagged
|
|
tap601i0 1 PVID Egress Untagged
|
|
fwbr601i0 1 PVID Egress Untagged
|
|
fwpr601p0 1 PVID Egress Untagged
|
|
fwln601i0 1 PVID Egress Untagged
|
|
|
|
--- bridge vlan show
|
|
$ bridge vlan show
|
|
port vlan-id
|
|
nic0 1 PVID Egress Untagged
|
|
vmbr0 1 PVID Egress Untagged
|
|
nic3.2 1 PVID Egress Untagged
|
|
br-rr-mgmt 1 PVID Egress Untagged
|
|
bond0 1 PVID Egress Untagged
|
|
storagenet 1 PVID Egress Untagged
|
|
tap100i0 1 PVID Egress Untagged
|
|
fwbr100i0 1 PVID Egress Untagged
|
|
fwpr100p0 1 PVID Egress Untagged
|
|
fwln100i0 1 PVID Egress Untagged
|
|
tap600i0 1 PVID Egress Untagged
|
|
fwbr600i0 1 PVID Egress Untagged
|
|
fwpr600p0 1 PVID Egress Untagged
|
|
fwln600i0 1 PVID Egress Untagged
|
|
tap601i0 1 PVID Egress Untagged
|
|
fwbr601i0 1 PVID Egress Untagged
|
|
fwpr601p0 1 PVID Egress Untagged
|
|
fwln601i0 1 PVID Egress Untagged
|
|
|
|
--- brctl show
|
|
$ brctl show
|
|
bridge name bridge id STP enabled interfaces
|
|
br-rr-mgmt 8000.00219ba27c59 no nic3.2
|
|
fwbr100i0 8000.1afa654c659d no fwln100i0
|
|
tap100i0
|
|
fwbr600i0 8000.62c535114b3c no fwln600i0
|
|
tap600i0
|
|
fwbr601i0 8000.d6d7f0f52f0c no fwln601i0
|
|
tap601i0
|
|
storagenet 8000.00219ba27c55 no bond0
|
|
vmbr0 8000.00219ba27c53 no fwpr100p0
|
|
fwpr600p0
|
|
fwpr601p0
|
|
nic0
|
|
|
|
--- bonding state
|
|
--- /proc/net/bonding/bond0 ---
|
|
Ethernet Channel Bonding Driver: v7.0.14-6-pve
|
|
|
|
Bonding Mode: IEEE 802.3ad Dynamic link aggregation
|
|
Transmit Hash Policy: layer3+4 (1)
|
|
MII Status: up
|
|
MII Polling Interval (ms): 100
|
|
Up Delay (ms): 0
|
|
Down Delay (ms): 0
|
|
Peer Notification Delay (ms): 0
|
|
|
|
802.3ad info
|
|
LACP active: on
|
|
LACP rate: slow
|
|
Min links: 0
|
|
Aggregator selection policy (ad_select): stable
|
|
System priority: 65535
|
|
System MAC address: 00:21:9b:a2:7c:55
|
|
Active Aggregator Info:
|
|
Aggregator ID: 1
|
|
Number of ports: 2
|
|
Actor Key: 9
|
|
Partner Key: 26
|
|
Partner Mac Address: 00:13:72:46:95:e4
|
|
|
|
Slave Interface: nic1
|
|
MII Status: up
|
|
Speed: 1000 Mbps
|
|
Duplex: full
|
|
Link Failure Count: 0
|
|
Permanent HW addr: 00:21:9b:a2:7c:55
|
|
Slave queue ID: 0
|
|
Aggregator ID: 1
|
|
Actor Churn State: none
|
|
Partner Churn State: none
|
|
Actor Churned Count: 0
|
|
Partner Churned Count: 0
|
|
details actor lacp pdu:
|
|
system priority: 65535
|
|
system mac address: 00:21:9b:a2:7c:55
|
|
port key: 9
|
|
port priority: 255
|
|
port number: 1
|
|
port state: 61
|
|
details partner lacp pdu:
|
|
system priority: 1
|
|
system mac address: 00:13:72:46:95:e4
|
|
oper key: 26
|
|
port priority: 1
|
|
port number: 8
|
|
port state: 61
|
|
|
|
Slave Interface: nic2
|
|
MII Status: up
|
|
Speed: 1000 Mbps
|
|
Duplex: full
|
|
Link Failure Count: 0
|
|
Permanent HW addr: 00:21:9b:a2:7c:57
|
|
Slave queue ID: 0
|
|
Aggregator ID: 1
|
|
Actor Churn State: none
|
|
Partner Churn State: none
|
|
Actor Churned Count: 0
|
|
Partner Churned Count: 0
|
|
details actor lacp pdu:
|
|
system priority: 65535
|
|
system mac address: 00:21:9b:a2:7c:55
|
|
port key: 9
|
|
port priority: 255
|
|
port number: 2
|
|
port state: 61
|
|
details partner lacp pdu:
|
|
system priority: 1
|
|
system mac address: 00:13:72:46:95:e4
|
|
oper key: 26
|
|
port priority: 1
|
|
port number: 9
|
|
port state: 61
|
|
|
|
--- vlan config
|
|
$ cat /proc/net/vlan/config
|
|
VLAN Dev name | VLAN ID
|
|
Name-Type: VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD
|
|
nic3.2 | 2 | nic3
|
|
|
|
--- /proc/net/vlan
|
|
total 0
|
|
dr-xr-xr-x 4 root root 0 Jul 27 21:51 .
|
|
dr-xr-xr-x 62 root root 0 Jul 27 21:51 ..
|
|
-rw------- 1 root root 0 Jul 27 21:51 config
|
|
-rw------- 1 root root 0 Jul 27 21:51 nic3.2
|
|
|
|
--- /etc/network/interfaces
|
|
--- /etc/network/interfaces ---
|
|
# network interface settings; autogenerated
|
|
# Please do NOT modify this file directly, unless you know what
|
|
# you're doing.
|
|
#
|
|
# If you want to manage parts of the network configuration manually,
|
|
# please utilize the 'source' or 'source-directory' directives to do
|
|
# so.
|
|
# PVE will preserve these directives, but will NOT read its network
|
|
# configuration from sourced files, so do not attempt to move any of
|
|
# the PVE managed interfaces into external files!
|
|
|
|
auto lo
|
|
iface lo inet loopback
|
|
|
|
iface nic0 inet manual
|
|
|
|
auto nic1
|
|
iface nic1 inet manual
|
|
#PortID: ifname g8
|
|
|
|
auto nic2
|
|
iface nic2 inet manual
|
|
#PortID: ifname g9
|
|
|
|
iface nic3 inet manual
|
|
|
|
iface nic3.2 inet manual
|
|
|
|
iface nic4 inet manual
|
|
|
|
iface nic5 inet manual
|
|
|
|
auto bond0
|
|
iface bond0 inet manual
|
|
bond-slaves nic1 nic2
|
|
bond-miimon 100
|
|
bond-mode 802.3ad
|
|
bond-xmit-hash-policy layer3+4
|
|
|
|
auto vmbr0
|
|
iface vmbr0 inet dhcp
|
|
bridge-ports nic0
|
|
bridge-stp off
|
|
bridge-fd 0
|
|
|
|
auto br-rr-mgmt
|
|
iface br-rr-mgmt inet static
|
|
address 10.251.2.6/24
|
|
bridge-ports nic3.2
|
|
bridge-stp off
|
|
bridge-fd 0
|
|
|
|
auto storagenet
|
|
iface storagenet inet static
|
|
address 10.100.100.6/24
|
|
bridge-ports bond0
|
|
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
|
|
--- /etc/network/interfaces.d/sdn ---
|
|
|
|
###############################################################################
|
|
# 12. NETWORK: IRQ / RPS / XPS / aRFS / SOFTNET
|
|
###############################################################################
|
|
|
|
--- /proc/interrupts
|
|
$ cat /proc/interrupts
|
|
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7 CPU8 CPU9 CPU10 CPU11 CPU12 CPU13 CPU14 CPU15
|
|
0: 25053 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IO-APIC 2-edge timer
|
|
1: 0 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 IO-APIC 1-edge i8042
|
|
8: 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 IO-APIC 8-edge rtc0
|
|
9: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IO-APIC 9-fasteoi acpi
|
|
12: 0 0 0 0 0 0 0 0 6 0 0 0 0 0 0 0 IO-APIC 12-edge i8042
|
|
17: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IO-APIC 17-fasteoi uhci_hcd:usb3
|
|
18: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IO-APIC 18-fasteoi uhci_hcd:usb4
|
|
19: 0 0 0 0 0 0 0 1457430 0 0 0 0 0 0 0 0 IO-APIC 19-fasteoi ehci_hcd:usb1
|
|
20: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IO-APIC 20-fasteoi uhci_hcd:usb6
|
|
21: 0 0 0 0 0 0 0 0 0 89 0 0 0 0 0 0 IO-APIC 21-fasteoi ehci_hcd:usb2, uhci_hcd:usb5
|
|
25: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSI-0000:00:01.0 0-edge PCIe PME, aerdrv, PCIe bwctrl
|
|
26: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSI-0000:00:03.0 0-edge PCIe PME, aerdrv, PCIe bwctrl
|
|
27: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSI-0000:00:07.0 0-edge PCIe PME, aerdrv, PCIe bwctrl
|
|
28: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSI-0000:00:09.0 0-edge PCIe PME, aerdrv, PCIe bwctrl
|
|
29: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSI-0000:00:1c.0 0-edge PCIe PME
|
|
36: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3131468 PCI-MSIX-0000:01:00.0 0-edge nic0-0
|
|
37: 801288 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:01:00.0 1-edge nic0-1
|
|
38: 0 1968668 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:01:00.0 2-edge nic0-2
|
|
39: 0 0 1033669 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:01:00.0 3-edge nic0-3
|
|
40: 0 0 0 690027 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:01:00.0 4-edge nic0-4
|
|
42: 0 0 0 0 103232 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.1 0-edge nic3-0
|
|
43: 0 0 0 0 0 34 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.1 1-edge nic3-1
|
|
44: 0 0 0 0 0 0 6 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.1 2-edge nic3-2
|
|
45: 0 0 0 0 0 0 0 3761 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.1 3-edge nic3-3
|
|
46: 0 0 0 0 0 0 0 0 11006 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.1 4-edge nic3-4
|
|
48: 0 0 0 0 0 0 0 0 0 3549033 0 0 0 0 0 0 PCI-MSIX-0000:01:00.1 0-edge nic1-0
|
|
49: 0 0 0 0 0 0 0 0 0 0 1795308 0 0 0 0 0 PCI-MSIX-0000:01:00.1 1-edge nic1-1
|
|
50: 0 0 0 0 0 0 0 0 0 0 0 1598765 0 0 0 0 PCI-MSIX-0000:01:00.1 2-edge nic1-2
|
|
51: 0 0 0 0 0 0 0 0 0 0 0 0 8467319 0 0 0 PCI-MSIX-0000:01:00.1 3-edge nic1-3
|
|
52: 0 0 0 0 0 0 0 0 0 0 0 0 0 277322 0 0 PCI-MSIX-0000:01:00.1 4-edge nic1-4
|
|
54: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 760062 0 PCI-MSIX-0000:02:00.0 0-edge nic2-0
|
|
55: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1057086 PCI-MSIX-0000:02:00.0 1-edge nic2-1
|
|
56: 2143879 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.0 2-edge nic2-2
|
|
57: 0 1143736 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.0 3-edge nic2-3
|
|
58: 0 0 70788 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.0 4-edge nic2-4
|
|
NMI: 2432 2128 11422 1628 8465 1567 5556 1606 2288 1552 3615 1488 3711 1497 2535 1576 Non-maskable interrupts
|
|
LOC: 10947964 10885113 18827542 10351754 16643795 10654681 14279662 11334659 11834948 11076602 12386652 10882665 12605042 10910516 11372664 15477131 Local timer interrupts
|
|
SPU: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Spurious interrupts
|
|
PMI: 2432 2128 11422 1628 8465 1567 5556 1606 2288 1552 3615 1488 3711 1497 2535 1576 Performance monitoring interrupts
|
|
IWI: 854 10029 1114 491 603 507 556 370 397 1220 672 1027 1086 828 433 470 IRQ work interrupts
|
|
RTR: 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 APIC ICR read retries
|
|
RES: 188329 219327 185665 202594 199709 231217 221677 240369 244229 253504 235856 231739 211539 238635 235337 180360 Rescheduling interrupts
|
|
CAL: 1209644 457802 357546 283930 354493 220354 292885 221576 310667 220475 308291 212307 290359 206960 292683 255232 Function call interrupts
|
|
TLB: 37534 38667 36539 38585 36936 39608 37566 38558 36373 37886 35815 36198 35444 35673 34543 34717 TLB shootdowns
|
|
TRM: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Thermal event interrupts
|
|
THR: 0 1373 0 1373 0 1373 0 1373 0 1373 0 1373 0 1373 0 1373 Threshold APIC interrupts
|
|
DFR: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Deferred Error APIC interrupts
|
|
MCE: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Machine check exceptions
|
|
MCP: 314 17790 316 1689 316 1688 316 1689 316 1688 316 1689 315 1689 316 1689 Machine check polls
|
|
ERR: 0
|
|
MIS: 0
|
|
PIN: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Posted-interrupt notification event
|
|
NPI: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Nested posted-interrupt event
|
|
PIW: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Posted-interrupt wakeup event
|
|
VPMI: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Perf Guest Mediated PMI
|
|
|
|
--- NIC IRQ affinities (which CPUs handle which queue)
|
|
$ for ifc in $NETIFS; do
|
|
[ -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) ===
|
|
36
|
|
37
|
|
38
|
|
39
|
|
40
|
|
41
|
|
=== nic1 IRQ list (first 40) ===
|
|
48
|
|
49
|
|
50
|
|
51
|
|
52
|
|
53
|
|
=== nic2 IRQ list (first 40) ===
|
|
54
|
|
55
|
|
56
|
|
57
|
|
58
|
|
59
|
|
=== nic3 IRQ list (first 40) ===
|
|
42
|
|
43
|
|
44
|
|
45
|
|
46
|
|
47
|
|
|
|
--- 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/bond0/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-10/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-11/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-12/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-13/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-14/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-15/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-1/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-2/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-3/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-4/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-5/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-6/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-7/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-8/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-9/rps_cpus = 0000
|
|
/sys/class/net/br-rr-mgmt/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/fwbr100i0/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/fwbr600i0/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/fwbr601i0/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/fwln100i0/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/fwln600i0/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/fwln601i0/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/fwpr100p0/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/fwpr600p0/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/fwpr601p0/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/lo/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/nic0/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/nic0/queues/rx-1/rps_cpus = 0000
|
|
/sys/class/net/nic0/queues/rx-2/rps_cpus = 0000
|
|
/sys/class/net/nic0/queues/rx-3/rps_cpus = 0000
|
|
/sys/class/net/nic0/queues/rx-4/rps_cpus = 0000
|
|
/sys/class/net/nic1/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/nic1/queues/rx-1/rps_cpus = 0000
|
|
/sys/class/net/nic1/queues/rx-2/rps_cpus = 0000
|
|
/sys/class/net/nic1/queues/rx-3/rps_cpus = 0000
|
|
/sys/class/net/nic1/queues/rx-4/rps_cpus = 0000
|
|
/sys/class/net/nic2/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/nic2/queues/rx-1/rps_cpus = 0000
|
|
/sys/class/net/nic2/queues/rx-2/rps_cpus = 0000
|
|
/sys/class/net/nic2/queues/rx-3/rps_cpus = 0000
|
|
/sys/class/net/nic2/queues/rx-4/rps_cpus = 0000
|
|
/sys/class/net/nic3.2/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/nic3/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/nic3/queues/rx-1/rps_cpus = 0000
|
|
/sys/class/net/nic3/queues/rx-2/rps_cpus = 0000
|
|
/sys/class/net/nic3/queues/rx-3/rps_cpus = 0000
|
|
/sys/class/net/nic3/queues/rx-4/rps_cpus = 0000
|
|
/sys/class/net/nic4/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/nic4/queues/rx-1/rps_cpus = 0000
|
|
/sys/class/net/nic4/queues/rx-2/rps_cpus = 0000
|
|
/sys/class/net/nic4/queues/rx-3/rps_cpus = 0000
|
|
/sys/class/net/nic4/queues/rx-4/rps_cpus = 0000
|
|
/sys/class/net/nic4/queues/rx-5/rps_cpus = 0000
|
|
/sys/class/net/nic4/queues/rx-6/rps_cpus = 0000
|
|
/sys/class/net/nic4/queues/rx-7/rps_cpus = 0000
|
|
/sys/class/net/nic5/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/nic5/queues/rx-1/rps_cpus = 0000
|
|
/sys/class/net/nic5/queues/rx-2/rps_cpus = 0000
|
|
/sys/class/net/nic5/queues/rx-3/rps_cpus = 0000
|
|
|
|
--- XPS masks (non-zero only)
|
|
$ for q in /sys/class/net/*/queues/tx-*/xps_cpus; do
|
|
[ -e "$q" ] || continue
|
|
val=$(cat "$q")
|
|
[ "$val" != "0" ] && printf ' %s = %s\n' "$q" "$val"
|
|
done | head -n 60
|
|
cat: /sys/class/net/br-rr-mgmt/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/fwbr100i0/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/fwbr600i0/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/fwbr601i0/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/lo/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/nic3.2/queues/tx-0/xps_cpus: No such file or directory
|
|
/sys/class/net/bond0/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-10/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-11/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-12/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-13/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-14/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-15/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-1/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-2/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-3/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-4/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-5/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-6/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-7/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-8/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-9/xps_cpus = 0000
|
|
/sys/class/net/br-rr-mgmt/queues/tx-0/xps_cpus =
|
|
/sys/class/net/fwbr100i0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/fwbr600i0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/fwbr601i0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/fwln100i0/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/fwln600i0/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/fwln601i0/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/fwpr100p0/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/fwpr600p0/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/fwpr601p0/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/lo/queues/tx-0/xps_cpus =
|
|
/sys/class/net/nic0/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/nic0/queues/tx-1/xps_cpus = 0000
|
|
/sys/class/net/nic0/queues/tx-2/xps_cpus = 0000
|
|
/sys/class/net/nic0/queues/tx-3/xps_cpus = 0000
|
|
/sys/class/net/nic1/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/nic1/queues/tx-1/xps_cpus = 0000
|
|
/sys/class/net/nic1/queues/tx-2/xps_cpus = 0000
|
|
/sys/class/net/nic1/queues/tx-3/xps_cpus = 0000
|
|
/sys/class/net/nic2/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/nic2/queues/tx-1/xps_cpus = 0000
|
|
/sys/class/net/nic2/queues/tx-2/xps_cpus = 0000
|
|
/sys/class/net/nic2/queues/tx-3/xps_cpus = 0000
|
|
/sys/class/net/nic3.2/queues/tx-0/xps_cpus =
|
|
/sys/class/net/nic3/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/nic3/queues/tx-1/xps_cpus = 0000
|
|
/sys/class/net/nic3/queues/tx-2/xps_cpus = 0000
|
|
/sys/class/net/nic3/queues/tx-3/xps_cpus = 0000
|
|
/sys/class/net/nic4/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/nic4/queues/tx-1/xps_cpus = 0000
|
|
/sys/class/net/nic4/queues/tx-2/xps_cpus = 0000
|
|
/sys/class/net/nic4/queues/tx-3/xps_cpus = 0000
|
|
/sys/class/net/nic4/queues/tx-4/xps_cpus = 0000
|
|
/sys/class/net/nic4/queues/tx-5/xps_cpus = 0000
|
|
/sys/class/net/nic4/queues/tx-6/xps_cpus = 0000
|
|
/sys/class/net/nic4/queues/tx-7/xps_cpus = 0000
|
|
/sys/class/net/nic5/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/nic5/queues/tx-1/xps_cpus = 0000
|
|
/sys/class/net/nic5/queues/tx-2/xps_cpus = 0000
|
|
/sys/class/net/nic5/queues/tx-3/xps_cpus = 0000
|
|
/sys/class/net/nic5/queues/tx-4/xps_cpus = 0000
|
|
/sys/class/net/nic5/queues/tx-5/xps_cpus = 0000
|
|
/sys/class/net/nic5/queues/tx-6/xps_cpus = 0000
|
|
/sys/class/net/nic5/queues/tx-7/xps_cpus = 0000
|
|
cat: /sys/class/net/storagenet/queues/tx-0/xps_cpus: No such file or directory
|
|
|
|
--- RFS flow counts
|
|
$ 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/bond0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-10/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-11/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-12/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-13/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-14/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-15/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-1/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-2/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-3/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-4/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-5/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-6/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-7/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-8/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-9/rps_flow_cnt = 0
|
|
/sys/class/net/br-rr-mgmt/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/fwbr100i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/fwbr600i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/fwbr601i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/fwln100i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/fwln600i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/fwln601i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/fwpr100p0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/fwpr600p0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/fwpr601p0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/lo/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/nic0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/nic0/queues/rx-1/rps_flow_cnt = 0
|
|
/sys/class/net/nic0/queues/rx-2/rps_flow_cnt = 0
|
|
/sys/class/net/nic0/queues/rx-3/rps_flow_cnt = 0
|
|
/sys/class/net/nic0/queues/rx-4/rps_flow_cnt = 0
|
|
/sys/class/net/nic1/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/nic1/queues/rx-1/rps_flow_cnt = 0
|
|
/sys/class/net/nic1/queues/rx-2/rps_flow_cnt = 0
|
|
/sys/class/net/nic1/queues/rx-3/rps_flow_cnt = 0
|
|
/sys/class/net/nic1/queues/rx-4/rps_flow_cnt = 0
|
|
/sys/class/net/nic2/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/nic2/queues/rx-1/rps_flow_cnt = 0
|
|
/sys/class/net/nic2/queues/rx-2/rps_flow_cnt = 0
|
|
/sys/class/net/nic2/queues/rx-3/rps_flow_cnt = 0
|
|
/sys/class/net/nic2/queues/rx-4/rps_flow_cnt = 0
|
|
/sys/class/net/nic3.2/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/nic3/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/nic3/queues/rx-1/rps_flow_cnt = 0
|
|
/sys/class/net/nic3/queues/rx-2/rps_flow_cnt = 0
|
|
/sys/class/net/nic3/queues/rx-3/rps_flow_cnt = 0
|
|
/sys/class/net/nic3/queues/rx-4/rps_flow_cnt = 0
|
|
/sys/class/net/nic4/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/nic4/queues/rx-1/rps_flow_cnt = 0
|
|
/sys/class/net/nic4/queues/rx-2/rps_flow_cnt = 0
|
|
/sys/class/net/nic4/queues/rx-3/rps_flow_cnt = 0
|
|
/sys/class/net/nic4/queues/rx-4/rps_flow_cnt = 0
|
|
/sys/class/net/nic4/queues/rx-5/rps_flow_cnt = 0
|
|
/sys/class/net/nic4/queues/rx-6/rps_flow_cnt = 0
|
|
/sys/class/net/nic4/queues/rx-7/rps_flow_cnt = 0
|
|
/sys/class/net/nic5/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/nic5/queues/rx-1/rps_flow_cnt = 0
|
|
/sys/class/net/nic5/queues/rx-2/rps_flow_cnt = 0
|
|
/sys/class/net/nic5/queues/rx-3/rps_flow_cnt = 0
|
|
|
|
--- /proc/net/softnet_stat (drops/backlog)
|
|
$ cat /proc/net/softnet_stat
|
|
00b2e9ba 00000000 00000014 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
|
|
0076fa9e 00000000 00000003 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000
|
|
00792159 00000000 00000474 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000
|
|
0055e6ba 00000000 00000005 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000
|
|
0004e654 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000
|
|
00046945 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000
|
|
0002a5b4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000
|
|
0003367f 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000
|
|
0001e0f4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000008 00000000 00000000
|
|
000622cd 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000009 00000000 00000000
|
|
000b24b8 00000000 00000003 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000a 00000000 00000000
|
|
0010b17c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000b 00000000 00000000
|
|
033e66fd 00000000 0000002f 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000c 00000000 00000000
|
|
00102e8d 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000d 00000000 00000000
|
|
0002572c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000e 00000000 00000000
|
|
00e4af2c 00000000 00000007 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000f 00000000 00000000
|
|
|
|
--- softnet_stat decoded
|
|
$ # columns: TOTAL DROPPED DROPPED_BY_NETRX TIME_SQUEEZED CPU_COLLISIONS RPS_RECEIVED_FLOW_LIMIT
|
|
awk '{ printf "cpu%-2d total=%-8s dropped=%-6s time_squeezed=%-6s cpu_collision=%-4s rps_received=%-6s flow_limit=%s\n",
|
|
NR-1, $1, $2, $4, $5, $6, $7 }' /proc/net/softnet_stat
|
|
cpu0 total=00b2e9ba dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu1 total=0076fa9e dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu2 total=00792159 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu3 total=0055e6bc dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu4 total=0004e654 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu5 total=00046945 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu6 total=0002a5b4 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu7 total=0003367f dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu8 total=0001e0f4 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu9 total=000622cd dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu10 total=000b24b8 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu11 total=0010b17c dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu12 total=033e66fd dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu13 total=00102e8d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu14 total=0002572c dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu15 total=00e4af44 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
|
|
--- netstat drop counters (significant ones)
|
|
$ nstat -az 2>/dev/null | grep -iE '(Drop|Retrans|Fail|Abort|Overflow|Loss|ListenDrop|EmbryonicRsts|InErrs|OutErrs)' || \
|
|
netstat -s 2>/dev/null | grep -iE '(drop|retrans|fail|abort|overflow|loss|listen|error)' | head -n 60
|
|
IpReasmFails 0 0.0
|
|
IpFragFails 0 0.0
|
|
TcpAttemptFails 9721 0.0
|
|
TcpRetransSegs 491543 0.0
|
|
TcpInErrs 6 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 12 0.0
|
|
TcpExtTCPLostRetransmit 111647 0.0
|
|
TcpExtTCPRenoFailures 0 0.0
|
|
TcpExtTCPSackFailures 16 0.0
|
|
TcpExtTCPLossFailures 12 0.0
|
|
TcpExtTCPFastRetrans 411937 0.0
|
|
TcpExtTCPSlowStartRetrans 31083 0.0
|
|
TcpExtTCPLossProbes 45327 0.0
|
|
TcpExtTCPLossProbeRecovery 301 0.0
|
|
TcpExtTCPRenoRecoveryFail 0 0.0
|
|
TcpExtTCPSackRecoveryFail 371 0.0
|
|
TcpExtTCPAbortOnData 1559 0.0
|
|
TcpExtTCPAbortOnClose 13 0.0
|
|
TcpExtTCPAbortOnMemory 0 0.0
|
|
TcpExtTCPAbortOnTimeout 13 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 5221 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: 357
|
|
TCP: 109 (estab 13, closed 85, orphaned 0, timewait 85)
|
|
|
|
Transport Total IP IPv6
|
|
RAW 0 0 0
|
|
UDP 7 4 3
|
|
TCP 24 18 6
|
|
INET 31 22 9
|
|
FRAG 0 0 0
|
|
|
|
|
|
--- ss -t -m (top TCP with skmem/cwnd/rto)
|
|
$ ss -tno state established ( dport != :22 and sport != :22 ) -m
|
|
Recv-Q Send-Q Local Address:Port Peer Address:Port
|
|
0 0 192.168.3.169:43780 199.165.136.101:443 timer:(keepalive,17sec,0)
|
|
skmem:(r0,rb807913,t0,tb130560,f0,w0,o0,bl0,d0)
|
|
0 0 192.168.3.169:45664 152.53.37.179:443 timer:(keepalive,6.668sec,0)
|
|
skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0)
|
|
0 0 192.168.3.169:49820 209.177.156.94:443 timer:(keepalive,2.082sec,0)
|
|
skmem:(r0,rb807230,t0,tb130560,f0,w0,o0,bl0,d0)
|
|
0 0 10.100.100.6:753 10.100.100.4:2049 timer:(keepalive,14sec,0)
|
|
skmem:(r0,rb3903534,t0,tb17782272,f0,w0,o0,bl0,d134)
|
|
0 0 10.100.100.6:808 10.100.100.4:2049 timer:(keepalive,1min8sec,0)
|
|
skmem:(r0,rb3234395,t0,tb13212672,f0,w0,o0,bl0,d135)
|
|
0 0 10.100.100.6:964 10.100.100.4:2049 timer:(keepalive,1min7sec,0)
|
|
skmem:(r0,rb5048990,t0,tb13186560,f0,w0,o0,bl0,d156)
|
|
0 0 10.100.100.6:972 10.100.100.4:2049 timer:(keepalive,1min8sec,0)
|
|
skmem:(r0,rb9053412,t0,tb15823872,f0,w0,o0,bl0,d124)
|
|
0 0 10.100.100.6:810 10.100.100.5:2049 timer:(keepalive,45sec,0)
|
|
skmem:(r0,rb1758483,t0,tb2976768,f0,w0,o0,bl0,d5)
|
|
0 0 10.100.100.6:814 10.100.100.5:2049 timer:(keepalive,4.213sec,0)
|
|
skmem:(r0,rb1416963,t0,tb3002880,f0,w0,o0,bl0,d10)
|
|
0 0 10.100.100.6:825 10.100.100.5:2049 timer:(keepalive,25sec,0)
|
|
skmem:(r0,rb1390036,t0,tb2898432,f0,w0,o0,bl0,d11)
|
|
0 0 10.100.100.6:951 10.100.100.5:2049 timer:(keepalive,1min16sec,0)
|
|
skmem:(r0,rb4796174,t0,tb3185664,f0,w0,o0,bl0,d4)
|
|
0 0 192.168.3.169:54768 192.200.0.107:443 timer:(keepalive,1.829sec,0)
|
|
skmem:(r0,rb106608,t0,tb130560,f0,w0,o0,bl0,d0)
|
|
|
|
--- ss -ti (TCP internals)
|
|
$ ss -ti
|
|
State Recv-Q Send-Q Local Address:Port Peer Address:Port
|
|
ESTAB 0 0 192.168.3.169:43780 199.165.136.101:https
|
|
bbr wscale:7,12 rto:262 rtt:61.171/18.883 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:24 bytes_sent:1847689 bytes_acked:1847690 bytes_received:357209 segs_out:7289 segs_in:5787 data_segs_out:3652 data_segs_in:3636 bbr:(bw:1.54Mbps,mrtt:40.441,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.54Mbps lastsnd:2810 lastrcv:2727 lastack:2727 pacing_rate 4.41Mbps delivery_rate 785kbps delivered:3653 app_limited busy:230780ms retrans:0/4 rcv_rtt:67680.1 rcv_space:46527 rcv_ssthresh:56640 minrtt:40.441 snd_wnd:75264 rcv_wnd:57344 rehash:4
|
|
ESTAB 0 0 192.168.3.169:45664 152.53.37.179:https
|
|
bbr wscale:11,12 rto:253 rtt:52.231/11.106 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:21 bytes_sent:541024 bytes_acked:541025 bytes_received:23306 segs_out:2141 segs_in:2527 data_segs_out:650 data_segs_in:505 bbr:(bw:1.02Mbps,mrtt:46.043,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.66Mbps lastsnd:54215 lastrcv:54281 lastack:8319 pacing_rate 6.74Mbps delivery_rate 1.02Mbps delivered:651 app_limited busy:23574ms rcv_space:14480 rcv_ssthresh:53172 minrtt:46.043 snd_wnd:53248 rcv_wnd:53248
|
|
ESTAB 0 0 192.168.3.169:49820 209.177.156.94:https
|
|
bbr wscale:7,12 rto:218 rtt:17.909/8.791 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:34 bytes_sent:241888 bytes_acked:241889 bytes_received:173054 segs_out:2616 segs_in:2389 data_segs_out:1227 data_segs_in:1041 bbr:(bw:4Mbps,mrtt:11.027,pacing_gain:2.88672,cwnd_gain:2.88672) send 22Mbps lastsnd:13253 lastrcv:13237 lastack:13237 pacing_rate 23.5Mbps delivery_rate 4Mbps delivered:1228 app_limited busy:10190ms rcv_rtt:15 rcv_space:46509 rcv_ssthresh:503078 minrtt:10.611 snd_wnd:197376 rcv_wnd:503808
|
|
ESTAB 0 0 10.100.100.6:753 10.100.100.4:nfs
|
|
bbr wscale:9,12 rto:203 rtt:2.178/2.027 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:58 ssthresh:709 bytes_sent:3380499284 bytes_retrans:35447916 bytes_acked:3345051369 bytes_received:9741207584 segs_out:4707748 segs_in:7480679 data_segs_out:2407352 data_segs_in:6930595 bbr:(bw:126Mbps,mrtt:0.47,pacing_gain:1.25,cwnd_gain:2) send 308Mbps lastsnd:4348 lastrcv:4144 lastack:4144 pacing_rate 156Mbps delivery_rate 126Mbps delivered:2390868 app_limited busy:1275788ms rwnd_limited:1688ms(0.1%) retrans:0/26995 dsack_dups:10515 rcv_rtt:2.75 rcv_space:714584 rcv_ssthresh:2439708 minrtt:0.164 rcv_ooopack:252 snd_wnd:11141120 rcv_wnd:2441216 rehash:39
|
|
ESTAB 0 0 10.100.100.6:808 10.100.100.4:nfs
|
|
bbr wscale:9,12 rto:204 rtt:3.1/3.707 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:160 ssthresh:402 bytes_sent:3356994712 bytes_retrans:31638484 bytes_acked:3325356229 bytes_received:9791127980 segs_out:4698505 segs_in:7511837 data_segs_out:2391004 data_segs_in:6964987 bbr:(bw:384Mbps,mrtt:0.466,pacing_gain:1.25,cwnd_gain:2) send 598Mbps lastsnd:4073 lastrcv:3297 lastack:3297 pacing_rate 476Mbps delivery_rate 384Mbps delivered:2377136 app_limited busy:1266399ms rwnd_limited:1387ms(0.1%) retrans:0/24298 dsack_dups:10432 rcv_rtt:2 rcv_space:353761 rcv_ssthresh:1958325 minrtt:0.399 rcv_ooopack:571 snd_wnd:10406912 rcv_wnd:1961984 rehash:41
|
|
ESTAB 0 0 10.100.100.6:964 10.100.100.4:nfs
|
|
bbr wscale:9,12 rto:204 rtt:3.805/5.172 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:126 ssthresh:720 bytes_sent:3391185320 bytes_retrans:32597128 bytes_acked:3358588193 bytes_received:9697543972 segs_out:4707603 segs_in:7449460 data_segs_out:2414310 data_segs_in:6900367 bbr:(bw:290Mbps,mrtt:0.448,pacing_gain:1.25,cwnd_gain:2) send 384Mbps lastsnd:4348 lastrcv:4144 lastack:4144 pacing_rate 359Mbps delivery_rate 290Mbps delivered:2399747 app_limited busy:1262364ms rwnd_limited:1107ms(0.1%) retrans:0/24978 dsack_dups:10414 rcv_rtt:4 rcv_space:552233 rcv_ssthresh:3155618 minrtt:0.164 rcv_ooopack:507 snd_wnd:11141120 rcv_wnd:3158016 rehash:38
|
|
ESTAB 0 0 10.100.100.6:972 10.100.100.4:nfs
|
|
bbr wscale:9,12 rto:205 rtt:4.072/4.342 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:100 ssthresh:583 bytes_sent:3397745724 bytes_retrans:30699648 bytes_acked:3367046077 bytes_received:9772143688 segs_out:4730029 segs_in:7498806 data_segs_out:2418823 data_segs_in:6951505 bbr:(bw:230Mbps,mrtt:0.474,pacing_gain:1.25,cwnd_gain:2) send 284Mbps lastsnd:4338 lastrcv:4073 lastack:4073 pacing_rate 285Mbps delivery_rate 45.2Mbps delivered:2405566 app_limited busy:1262207ms rwnd_limited:692ms(0.1%) retrans:0/23636 dsack_dups:10383 rcv_rtt:2 rcv_space:836216 rcv_ssthresh:5481558 minrtt:0.272 rcv_ooopack:352 snd_wnd:10136064 rcv_wnd:5595136 rehash:40
|
|
ESTAB 0 0 10.100.100.6:810 10.100.100.5:nfs
|
|
bbr wscale:12,12 rto:201 rtt:0.255/0.018 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:108 ssthresh:144 bytes_sent:982056420 bytes_retrans:112466636 bytes_acked:869589785 bytes_received:8480822328 segs_out:1281333 segs_in:5940406 data_segs_out:696619 data_segs_in:5874864 bbr:(bw:312Mbps,mrtt:0.131,pacing_gain:1.25,cwnd_gain:2) send 4.91Gbps lastsnd:5883 lastrcv:5883 lastack:5883 pacing_rate 386Mbps delivery_rate 312Mbps delivered:618783 app_limited busy:86401ms rwnd_limited:5ms(0.0%) retrans:0/77915 dsack_dups:78 rcv_rtt:1 rcv_space:341756 rcv_ssthresh:1097611 minrtt:0.089 snd_wnd:6311936 rcv_wnd:1097728 rehash:107
|
|
ESTAB 0 0 10.100.100.6:814 10.100.100.5:nfs
|
|
bbr wscale:12,12 rto:201 rtt:0.27/0.044 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:56 ssthresh:146 bytes_sent:1059166812 bytes_retrans:110599544 bytes_acked:948567269 bytes_received:8467970896 segs_out:1334195 segs_in:5938661 data_segs_out:750124 data_segs_in:5866218 bbr:(bw:155Mbps,mrtt:0.126,pacing_gain:1.25,cwnd_gain:2) send 2.4Gbps lastsnd:5690 lastrcv:5690 lastack:5690 pacing_rate 192Mbps delivery_rate 155Mbps delivered:673557 app_limited busy:71285ms rwnd_limited:2ms(0.0%) retrans:0/76654 dsack_dups:87 rcv_rtt:1 rcv_space:356208 rcv_ssthresh:884161 minrtt:0.1 snd_wnd:6131712 rcv_wnd:884736 rehash:24
|
|
ESTAB 0 0 10.100.100.6:825 10.100.100.5:nfs
|
|
bbr wscale:12,12 rto:201 rtt:0.24/0.013 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:50 ssthresh:146 bytes_sent:1057573164 bytes_retrans:212569524 bytes_acked:845003641 bytes_received:8478031248 segs_out:1333655 segs_in:5947783 data_segs_out:749141 data_segs_in:5873192 bbr:(bw:138Mbps,mrtt:0.148,pacing_gain:1.25,cwnd_gain:2) send 2.41Gbps lastsnd:5665 lastrcv:5665 lastack:5665 pacing_rate 171Mbps delivery_rate 138Mbps delivered:602085 app_limited busy:91202ms rwnd_limited:7ms(0.0%) retrans:0/147118 dsack_dups:61 rcv_rtt:1 rcv_space:355480 rcv_ssthresh:867332 minrtt:0.092 snd_wnd:4558848 rcv_wnd:868352 rehash:121
|
|
ESTAB 0 0 10.100.100.6:951 10.100.100.5:nfs
|
|
bbr wscale:12,12 rto:201 rtt:0.253/0.031 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:150 ssthresh:138 bytes_sent:972276372 bytes_retrans:112736808 bytes_acked:859539565 bytes_received:8482532120 segs_out:1271491 segs_in:5941692 data_segs_out:689843 data_segs_in:5876112 bbr:(bw:455Mbps,mrtt:0.129,pacing_gain:1.25,cwnd_gain:2) send 6.87Gbps lastsnd:13216 lastrcv:13215 lastack:13215 pacing_rate 563Mbps delivery_rate 455Mbps delivered:611841 app_limited busy:85845ms rwnd_limited:2ms(0.0%) retrans:0/78064 dsack_dups:61 rcv_rtt:1 rcv_space:436568 rcv_ssthresh:2996168 minrtt:0.105 rcv_ooopack:1 snd_wnd:8269824 rcv_wnd:2998272 rehash:88
|
|
ESTAB 0 0 192.168.3.169:54768 192.200.0.107:https
|
|
bbr wscale:10,12 rto:359 rtt:143.246/10.748 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:3049 bytes_acked:3050 bytes_received:46255 segs_out:601 segs_in:608 data_segs_out:12 data_segs_in:313 bbr:(bw:334kbps,mrtt:138.242,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.46Mbps lastsnd:3304642 lastrcv:5484 lastack:5484 pacing_rate 2.33Mbps delivery_rate 335kbps delivered:13 app_limited busy:1023ms reord_seen:1 rcv_rtt:139 rcv_space:19567 rcv_ssthresh:65190 minrtt:138.242 snd_wnd:80896 rcv_wnd:65536
|
|
ESTAB 0 0 100.73.35.111:ssh 100.101.187.119:54938
|
|
bbr wscale:7,12 rto:205 rtt:4.625/7.488 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:26 bytes_sent:5369 bytes_acked:5369 bytes_received:3941 segs_out:23 segs_in:23 data_segs_out:16 data_segs_in:14 bbr:(bw:20.9Mbps,mrtt:0.713,pacing_gain:2.88672,cwnd_gain:2.88672) send 55.2Mbps lastsnd:4821 lastrcv:4821 lastack:4820 pacing_rate 385Mbps delivery_rate 20.9Mbps delivered:17 app_limited busy:60ms rcv_rtt:5 rcv_space:12280 rcv_ssthresh:58024 minrtt:0.713 snd_wnd:76544 rcv_wnd:61440
|
|
|
|
--- /proc/net/snmp (TCP summary)
|
|
$ grep -A1 ^Tcp: /proc/net/snmp
|
|
Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors
|
|
Tcp: 1 200 120000 -1 160313 39547 9721 28 13 22749403 32765303 491543 6 3870 0
|
|
Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors
|
|
|
|
--- TCP retrans stats
|
|
$ grep -A1 ^Tcp: /proc/net/snmp
|
|
Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors
|
|
Tcp: 1 200 120000 -1 160313 39547 9721 28 13 22749403 32765303 491543 6 3870 0
|
|
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 1.8T disk WDC WD20SDRM-59A4DS1 WD-WXL2A232X5RX running 1 0B 0B
|
|
├─sda1 1007K part 1 0B 0B
|
|
├─sda2 1G part vfat 1 0B 0B
|
|
└─sda3 1.8T 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 15.9G lvm running 1 0B 0B
|
|
│ └─pve-data 1.7T lvm running 1 0B 0B
|
|
└─pve-data_tdata 1.7T lvm running 1 0B 0B
|
|
└─pve-data 1.7T 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 2 4096 0B
|
|
├─sda1 0 512 0 512 512 1 mq-deadline 2 4096 0B
|
|
├─sda2 0 512 0 512 512 1 mq-deadline 2 4096 0B
|
|
└─sda3 0 512 0 512 512 1 mq-deadline 2 4096 0B
|
|
├─pve-swap 0 512 0 512 512 1 4096 0B
|
|
├─pve-root 0 512 0 512 512 1 4096 0B
|
|
├─pve-data_tmeta 0 512 0 512 512 1 4096 0B
|
|
│ └─pve-data 0 65536 65536 512 512 1 4096 0B
|
|
└─pve-data_tdata 0 512 0 512 512 1 4096 0B
|
|
└─pve-data 0 65536 65536 512 512 1 4096 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-0x50014ee215a96feb 0x50014ee215a96feb 0 0 0B 9 0B 0 disk 0:0:0:0 0 sda 512 8:0 8 0 512 brw-rw---- WDC WD20SDRM-59A4DS1 1 sda 0 root /dev/sda 512 gpt 025e5938-0803-4136-bae5-7dcb01e5165d 4096 1 01.01A01 0 0 1 2 mq-deadline WD-WXL2A232X5RX 1.8T running block:scsi:usb:pci usb disk WD 0B 0x50014ee215a96feb none 0B 0B 0B 0 0 0
|
|
0 wwn-0x50014ee215a96feb-part1 0x50014ee215a96feb-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 8d928c72-cd89-456f-9c5b-29761e8e1be6 /dev/sda1 512 sda gpt 025e5938-0803-4136-bae5-7dcb01e5165d 4096 1 0 0 1 2 mq-deadline 1007K 34 block:scsi:usb:pci part 0B 0x50014ee215a96feb none 0B 0B 0B 0 0 0
|
|
0 wwn-0x50014ee215a96feb-part2 0x50014ee215a96feb-part2 0 0 0B 9 0B 0 vfat FAT32 disk 0 sda2 512 8:2 8 2 512 brw-rw---- 1 ├─sda2 0 root 2 c12a7328-f81f-11d2-ba4b-00a0c93ec93b EFI System 827007c4-8d16-445e-a1b0-40fadc814747 /dev/sda2 512 sda gpt 025e5938-0803-4136-bae5-7dcb01e5165d 4096 1 0 0 1 2 mq-deadline 1G 2048 block:scsi:usb:pci part 9E38-EF37 0B 0x50014ee215a96feb none 0B 0B 0B 0 0 0
|
|
0 wwn-0x50014ee215a96feb-part3 0x50014ee215a96feb-part3 0 0 0B 9 0B 0 LVM2_member LVM2 001 disk 0 sda3 512 8:3 8 3 512 brw-rw---- 1 └─sda3 0 root 3 e6d6d379-f507-44c2-a23c-238f2a3df928 Linux LVM f534b537-a35f-4721-a245-669bcd1fc02e /dev/sda3 512 sda gpt 025e5938-0803-4136-bae5-7dcb01e5165d 4096 1 0 0 1 2 mq-deadline 1.8T 2099200 block:scsi:usb:pci part aBoPok-Y20Z-3hHs-Buu6-ybpQ-KwCM-fbOoLy 0B 0x50014ee215a96feb none 0B 0B 0B 0 0 0
|
|
0 dm-name-pve-swap name-pve-swap 0 0 0B 10 0B 0 swap 1 disk 0 dm-0 512 252:0 252 0 512 brw-rw---- 1 ├─pve-swap 0 root /dev/mapper/pve-swap 512 sda3 4096 0 0 0 1 8G running block [SWAP] [SWAP] lvm d75fe8d2-f4a5-4bb1-b6e1-75f0459945e7 0B none 0B 0B 0B 0 0 0
|
|
0 dm-name-pve-root name-pve-root 0 0 0B 11 0B 0 77.9G / 93.9G ext4 11.2G 12% 1.0 disk 0 dm-1 512 252:1 252 1 512 brw-rw---- 1 ├─pve-root 0 root /dev/mapper/pve-root 512 sda3 4096 0 0 0 1 96G running block / / lvm 8f69bbb5-3cdd-4b0b-97d0-f1c2541d8e83 0B none 0B 0B 0B 0 0 0
|
|
0 0 0 0B 12 0B 0 disk 0 dm-2 512 252:2 252 2 512 brw-rw---- 1 ├─pve-data_tmeta 0 root /dev/mapper/pve-data_tmeta 512 sda3 4096 0 0 0 1 15.9G running block lvm 0B none 0B 0B 0B 0 0 0
|
|
0 0 0 0B 14 0B 0 disk 0 dm-4 512 252:4 252 4 65536 brw-rw---- 1 │ └─pve-data 65536 root /dev/mapper/pve-data 512 dm-2 4096 0 0 0 1 1.7T running block lvm 0B none 0B 0B 0B 0 0 0
|
|
0 0 0 0B 13 0B 0 disk 0 dm-3 512 252:3 252 3 512 brw-rw---- 1 └─pve-data_tdata 0 root /dev/mapper/pve-data_tdata 512 sda3 4096 0 0 0 1 1.7T running block lvm 0B none 0B 0B 0B 0 0 0
|
|
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 4096 0 0 0 1 1.7T running block lvm 0B none 0B 0B 0B 0 0 0
|
|
|
|
--- blkid
|
|
$ blkid
|
|
/dev/mapper/pve-root: UUID="8f69bbb5-3cdd-4b0b-97d0-f1c2541d8e83" BLOCK_SIZE="4096" TYPE="ext4"
|
|
/dev/mapper/pve-swap: UUID="d75fe8d2-f4a5-4bb1-b6e1-75f0459945e7" TYPE="swap"
|
|
/dev/sda2: UUID="9E38-EF37" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="827007c4-8d16-445e-a1b0-40fadc814747"
|
|
/dev/sda3: UUID="aBoPok-Y20Z-3hHs-Buu6-ybpQ-KwCM-fbOoLy" TYPE="LVM2_member" PARTUUID="f534b537-a35f-4721-a245-669bcd1fc02e"
|
|
/dev/sda1: PARTUUID="8d928c72-cd89-456f-9c5b-29761e8e1be6"
|
|
|
|
--- /proc/partitions
|
|
$ cat /proc/partitions
|
|
major minor #blocks name
|
|
|
|
8 0 1953481728 sda
|
|
8 1 1007 sda1
|
|
8 2 1048576 sda2
|
|
8 3 1952432111 sda3
|
|
252 0 8388608 dm-0
|
|
252 1 100663296 dm-1
|
|
252 2 16650240 dm-2
|
|
252 3 1793044480 dm-3
|
|
252 4 1793044480 dm-4
|
|
|
|
--- fdisk -l
|
|
$ fdisk -l
|
|
Disk /dev/sda: 1.82 TiB, 2000365289472 bytes, 3906963456 sectors
|
|
Disk model: My Passport 260D
|
|
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: 025E5938-0803-4136-BAE5-7DCB01E5165D
|
|
|
|
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 3906963422 3904864223 1.8T 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 = 2
|
|
read_ahead_kb = 4096
|
|
max_sectors_kb = 120
|
|
max_hw_sectors_kb = 120
|
|
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 through
|
|
stable_writes = 0
|
|
io_poll = 0
|
|
io_poll_delay = -1
|
|
fua = 0
|
|
add_random = 1
|
|
zoned = none
|
|
dma_alignment = 511
|
|
iostats = 1
|
|
model = My Passport 260D
|
|
[exit=1]
|
|
|
|
--- df -h (filesystem usage)
|
|
$ df -h
|
|
Filesystem Size Used Avail Use% Mounted on
|
|
udev 59G 0 59G 0% /dev
|
|
tmpfs 13G 3.5M 13G 1% /run
|
|
/dev/mapper/pve-root 94G 12G 78G 13% /
|
|
tmpfs 63G 46M 63G 1% /dev/shm
|
|
tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald.service
|
|
tmpfs 5.0M 0 5.0M 0% /run/lock
|
|
tmpfs 63G 24K 63G 1% /tmp
|
|
/dev/fuse 128M 20K 128M 1% /etc/pve
|
|
tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service
|
|
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 916G 6.9G 863G 1% /mnt/pve/S2
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 236G 1.5T 14% /mnt/pve/D5
|
|
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 458G 2.0M 435G 1% /mnt/pve/S4
|
|
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 234G 122G 101G 55% /mnt/pve/T5-SSD
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 187G 2.4T 8% /mnt/pve/D2
|
|
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 916G 7.0G 863G 1% /mnt/pve/S3
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D3 469G 2.0M 445G 1% /mnt/pve/D3
|
|
tmpfs 13G 4.0K 13G 1% /run/user/0
|
|
|
|
--- df -i (inode usage)
|
|
$ df -i
|
|
Filesystem Inodes IUsed IFree IUse% Mounted on
|
|
udev 15346505 603 15345902 1% /dev
|
|
tmpfs 16498882 1116 16497766 1% /run
|
|
/dev/mapper/pve-root 6291456 82232 6209224 2% /
|
|
tmpfs 16498882 107 16498775 1% /dev/shm
|
|
tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service
|
|
tmpfs 16498882 22 16498860 1% /run/lock
|
|
tmpfs 1048576 14 1048562 1% /tmp
|
|
/dev/fuse 262144 37 262107 1% /etc/pve
|
|
tmpfs 1024 1 1023 1% /run/credentials/getty@tty1.service
|
|
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 61054976 19 61054957 1% /mnt/pve/S2
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 64 122101696 1% /mnt/pve/D5
|
|
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 30531584 13 30531571 1% /mnt/pve/S4
|
|
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 15630336 15 15630321 1% /mnt/pve/T5-SSD
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D2 183148544 54 183148490 1% /mnt/pve/D2
|
|
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 61054976 19 61054957 1% /mnt/pve/S3
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D3 31260672 13 31260659 1% /mnt/pve/D3
|
|
tmpfs 3299776 26 3299750 1% /run/user/0
|
|
|
|
###############################################################################
|
|
# 15. STORAGE: MOUNTS & FILESYSTEMS
|
|
###############################################################################
|
|
|
|
--- 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=61386020k,nr_inodes=15346505,mode=755,inode64)
|
|
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=600,ptmxmode=000)
|
|
tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=13199108k,mode=755,inode64)
|
|
/dev/mapper/pve-root on / type ext4 (rw,relatime,errors=remount-ro)
|
|
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
|
|
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
|
|
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot)
|
|
none on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
|
|
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
|
|
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=12792)
|
|
tmpfs on /run/credentials/systemd-journald.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap)
|
|
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
|
|
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
|
|
tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
|
|
fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
|
|
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
|
|
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
|
|
hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M)
|
|
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,size=65995532k,nr_inodes=1048576,inode64)
|
|
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
|
|
sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
|
|
lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other)
|
|
/dev/fuse on /etc/pve type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other)
|
|
tmpfs on /run/credentials/getty@tty1.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap)
|
|
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 on /mnt/pve/S2 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5)
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D5 on /mnt/pve/D5 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4)
|
|
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 on /mnt/pve/S4 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5)
|
|
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd on /mnt/pve/T5-SSD type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5)
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D2 on /mnt/pve/D2 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4)
|
|
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 on /mnt/pve/S3 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5)
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D3 on /mnt/pve/D3 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4)
|
|
tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=13199104k,nr_inodes=3299776,mode=700,inode64)
|
|
|
|
--- findmnt (tree)
|
|
$ findmnt -t nfs,nfs4,zfs,ext4,xfs,btrfs
|
|
TARGET SOURCE FSTYPE OPTIONS
|
|
/ /dev/mapper/pve-root ext4 rw,relatime,errors=remount-ro
|
|
├─/mnt/pve/S2 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5
|
|
├─/mnt/pve/D5 pfv-tsys4-nfs-stor:/mnt/tsys4/D5 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4
|
|
├─/mnt/pve/S4 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5
|
|
├─/mnt/pve/T5-SSD pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5
|
|
├─/mnt/pve/D2 pfv-tsys4-nfs-stor:/mnt/tsys4/D2 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4
|
|
├─/mnt/pve/S3 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5
|
|
└─/mnt/pve/D3 pfv-tsys4-nfs-stor:/mnt/tsys4/D3 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4
|
|
|
|
--- /etc/fstab
|
|
--- /etc/fstab ---
|
|
# <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: 21676099
|
|
Block size: 4096
|
|
Reserved GDT blocks: 1024
|
|
Last mount time: Sun Jul 26 17:19:37 2026
|
|
Last write time: Mon Jul 27 21:20:43 2026
|
|
Mount count: 17
|
|
Maximum mount count: -1
|
|
Last checked: Sat Apr 4 12:26:59 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/S2 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2
|
|
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5
|
|
|
|
/mnt/pve/D5 from pfv-tsys4-nfs-stor:/mnt/tsys4/D5
|
|
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4
|
|
|
|
/mnt/pve/S4 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4
|
|
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5
|
|
|
|
/mnt/pve/T5-SSD from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd
|
|
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5
|
|
|
|
/mnt/pve/D2 from pfv-tsys4-nfs-stor:/mnt/tsys4/D2
|
|
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4
|
|
|
|
/mnt/pve/S3 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3
|
|
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5
|
|
|
|
/mnt/pve/D3 from pfv-tsys4-nfs-stor:/mnt/tsys4/D3
|
|
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4
|
|
|
|
|
|
--- nfsstat -c (client stats)
|
|
$ nfsstat -c
|
|
Client rpc stats:
|
|
calls retrans authrefrsh
|
|
1091579 4 1093530
|
|
|
|
Client nfs v4:
|
|
null read write commit open
|
|
2 0% 153069 14% 736072 67% 44210 4% 1 0%
|
|
open_conf open_noat open_dgrd close setattr
|
|
0 0% 21 0% 0 0% 11 0% 0 0%
|
|
fsinfo renew setclntid confirm lock
|
|
28 0% 0 0% 0 0% 0 0% 0 0%
|
|
lockt locku access getattr lookup
|
|
0 0% 0 0% 83 0% 21431 1% 70 0%
|
|
lookup_root remove rename link symlink
|
|
7 0% 6 0% 0 0% 0 0% 0 0%
|
|
create pathconf statfs readlink readdir
|
|
1 0% 28 0% 67742 6% 0 0% 2 0%
|
|
server_caps delegreturn getacl setacl fs_locations
|
|
56 0% 8 0% 0 0% 0 0% 0 0%
|
|
rel_lkowner secinfo fsid_present exchange_id create_session
|
|
0 0% 0 0% 0 0% 4 0% 2 0%
|
|
destroy_session sequence get_lease_time reclaim_comp layoutget
|
|
0 0% 350 0% 0 0% 2 0% 0 0%
|
|
getdevinfo layoutcommit layoutreturn secinfo_no test_stateid
|
|
0 0% 0 0% 0 0% 7 0% 0 0%
|
|
free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek
|
|
0 0% 0 0% 8 0% 0 0% 66531 6%
|
|
allocate deallocate layoutstats clone
|
|
0 0% 0 0% 2486 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
|
|
1091579 4 1093530
|
|
|
|
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% 153069 14% 736072 67% 44210 4% 1 0%
|
|
open_conf open_noat open_dgrd close setattr
|
|
0 0% 21 0% 0 0% 11 0% 0 0%
|
|
fsinfo renew setclntid confirm lock
|
|
28 0% 0 0% 0 0% 0 0% 0 0%
|
|
lockt locku access getattr lookup
|
|
0 0% 0 0% 83 0% 21431 1% 70 0%
|
|
lookup_root remove rename link symlink
|
|
7 0% 6 0% 0 0% 0 0% 0 0%
|
|
create pathconf statfs readlink readdir
|
|
1 0% 28 0% 67742 6% 0 0% 2 0%
|
|
server_caps delegreturn getacl setacl fs_locations
|
|
56 0% 8 0% 0 0% 0 0% 0 0%
|
|
rel_lkowner secinfo fsid_present exchange_id create_session
|
|
0 0% 0 0% 0 0% 4 0% 2 0%
|
|
destroy_session sequence get_lease_time reclaim_comp layoutget
|
|
0 0% 350 0% 0 0% 2 0% 0 0%
|
|
getdevinfo layoutcommit layoutreturn secinfo_no test_stateid
|
|
0 0% 0 0% 0 0% 7 0% 0 0%
|
|
free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek
|
|
0 0% 0 0% 8 0% 0 0% 66531 6%
|
|
allocate deallocate layoutstats clone
|
|
0 0% 0 0% 2486 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 1092545 4 1094498
|
|
proc4 71 2 153069 736797 44277 1 0 21 0 11 0 28 0 0 0 0 0 0 83 21473 70 7 6 0 0 0 1 28 67875 0 2 56 8 0 0 0 0 0 0 4 2 0 350 0 2 0 0 0 0 7 0 0 0 8 0 66531 0 0 2486 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
|
|
--- /proc/net/rpc/nfsd
|
|
$ cat /proc/net/rpc/nfsd
|
|
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 11793396 81654836 11.97%
|
|
local-lvm lvmthin active 1793044480 0 1793044480 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/debian.iso iso iso 791674880
|
|
--- 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-- <1.82t 16.24g <1.82t aBoPok-Y20Z-3hHs-Buu6-ybpQ-KwCM-fbOoLy
|
|
|
|
--- vgs
|
|
$ vgs -v
|
|
VG Attr Ext #PV #LV #SN VSize VFree VG UUID VProfile
|
|
pve wz--n- 4.00m 1 3 0 <1.82t 16.24g VLhH9x-Y3yB-zA1O-LhK8-fOtL-oW3X-8xjxcq
|
|
|
|
--- 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-- 1836077547520B 0.00 0.15 thin,pool private 0.00 0.15
|
|
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 <1.82 TiB / not usable 3.98 MiB
|
|
Allocatable yes
|
|
PE Size 4.00 MiB
|
|
Total PE 476667
|
|
Free PE 4158
|
|
Allocated PE 472509
|
|
PV UUID aBoPok-Y20Z-3hHs-Buu6-ybpQ-KwCM-fbOoLy
|
|
|
|
|
|
--- 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 <1.82 TiB
|
|
PE Size 4.00 MiB
|
|
Total PE 476667
|
|
Alloc PE / Size 472509 / 1.80 TiB
|
|
Free PE / Size 4158 / 16.24 GiB
|
|
VG UUID VLhH9x-Y3yB-zA1O-LhK8-fOtL-oW3X-8xjxcq
|
|
|
|
|
|
--- lvdisplay
|
|
$ lvdisplay
|
|
--- Logical volume ---
|
|
LV Name data
|
|
VG Name pve
|
|
LV UUID A2o3em-JGs9-FRfH-vqsz-yVy7-XucO-CeWKPW
|
|
LV Write Access read/write
|
|
LV Creation host, time proxmox, 2026-04-04 12:08:10 -0500
|
|
LV Pool metadata data_tmeta
|
|
LV Pool data data_tdata
|
|
LV Status available
|
|
# open 0
|
|
LV Size <1.67 TiB
|
|
Allocated pool data 0.00%
|
|
Allocated metadata 0.15%
|
|
Current LE 437755
|
|
Segments 1
|
|
Allocation inherit
|
|
Read ahead sectors auto
|
|
- currently set to 8192
|
|
Block device 252:4
|
|
|
|
--- Logical volume ---
|
|
LV Path /dev/pve/swap
|
|
LV Name swap
|
|
VG Name pve
|
|
LV UUID A1dQoM-c3cN-o10U-aTrf-E6xE-9qlY-qvi56O
|
|
LV Write Access read/write
|
|
LV Creation host, time proxmox, 2026-04-04 12:08:09 -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 8192
|
|
Block device 252:0
|
|
|
|
--- Logical volume ---
|
|
LV Path /dev/pve/root
|
|
LV Name root
|
|
VG Name pve
|
|
LV UUID BcScYG-321V-uPMn-mVoW-g7hS-ln1B-0uOD3j
|
|
LV Write Access read/write
|
|
LV Creation host, time proxmox, 2026-04-04 12:08:10 -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 8192
|
|
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
|
|
22 1 0x01 148 40256 23315364464 102935900634765
|
|
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 4223713920
|
|
c_min 4 4223713920
|
|
c_max 4 13515096064
|
|
size 4 3840
|
|
compressed_size 4 0
|
|
uncompressed_size 4 0
|
|
overhead_size 4 0
|
|
hdr_size 4 3840
|
|
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 135158845440
|
|
memory_free_bytes 4 126926417920
|
|
memory_available_bytes 3 122349777280
|
|
arc_no_grow 4 0
|
|
arc_tempreserve 4 0
|
|
arc_loaned_bytes 4 0
|
|
arc_prune 4 0
|
|
arc_meta_used 4 3840
|
|
arc_dnode_limit 4 1351509606
|
|
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 4576640640
|
|
arc_raw_size 4 0
|
|
cached_only_in_progress 4 0
|
|
abd_chunk_waste_size 4 0
|
|
|
|
--- dmu_tx
|
|
$ cat /proc/spl/kstat/zfs/dmu_tx
|
|
18 1 0x01 13 3536 23288375463 102935902178854
|
|
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
|
|
17 1 0x01 8 2176 23288374118 102935903631966
|
|
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
|
|
15 1 0x01 20 5440 23288199024 102935906576056
|
|
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 = 4
|
|
zfs_arc_grow_retry = 0
|
|
zfs_arc_lotsfree_percent = 10
|
|
zfs_arc_max = 13515096064
|
|
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 = 4294967296
|
|
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
|
|
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:55:00 2026
|
|
Linux 7.0.14-6-pve 2.4.3-pve1
|
|
Machine: pfv-tsys6 (x86_64) 2.4.3-pve1
|
|
|
|
ARC status:
|
|
Total memory size: 125.9 GiB
|
|
Min target size: 3.1 % 3.9 GiB
|
|
Max target size: 10.0 % 12.6 GiB
|
|
Target size (adaptive): < 0.1 % 3.9 GiB
|
|
Current size: < 0.1 % 3.8 KiB
|
|
Free memory size: 118.3 GiB
|
|
Available memory size: 114.0 GiB
|
|
|
|
ARC structural breakdown (current size): 3.8 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 % 3.8 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
|
|
icp_gcm_avx_chunk_size 32736
|
|
icp_gcm_impl cycle [fastest] generic
|
|
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 4
|
|
zfs_arc_eviction_pct 200
|
|
zfs_arc_grow_retry 0
|
|
zfs_arc_lotsfree_percent 10
|
|
zfs_arc_max 13515096064
|
|
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
|
|
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 1351588454
|
|
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 4294967296
|
|
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
|
|
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
|
|
zfs_sha512_impl cycle [fastest] generic x64
|
|
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
|
|
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 8589934592
|
|
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 ===
|
|
Device Model: WDC WD20SDRM-59A4DS1
|
|
Serial Number: WD-WXL2A232X5RX
|
|
LU WWN Device Id: 5 0014ee 215a96feb
|
|
Firmware Version: 01.01A01
|
|
User Capacity: 2,000,365,379,584 bytes [2.00 TB]
|
|
Sector Sizes: 512 bytes logical, 4096 bytes physical
|
|
Rotation Rate: 5400 rpm
|
|
Form Factor: 2.5 inches
|
|
TRIM Command: Available, deterministic
|
|
Device is: Not in smartctl database 7.5/5706
|
|
ATA Version is: ACS-3 T13/2161-D revision 5
|
|
SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
|
|
Local Time is: Mon Jul 27 21:55:00 2026 CDT
|
|
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: (0x00) Offline data collection activity
|
|
was never started.
|
|
Auto Offline Data Collection: Disabled.
|
|
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: ( 2100) seconds.
|
|
Offline data collection
|
|
capabilities: (0x51) SMART execute Offline immediate.
|
|
No Auto Offline data collection support.
|
|
Suspend Offline collection upon new
|
|
command.
|
|
No Offline surface scan supported.
|
|
Self-test supported.
|
|
No 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: ( 100) minutes.
|
|
SCT capabilities: (0x7035) 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 196 190 021 Pre-fail Always - 3158
|
|
4 Start_Stop_Count 0x0032 094 094 000 Old_age Always - 6737
|
|
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0
|
|
7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0
|
|
9 Power_On_Hours 0x0032 078 078 000 Old_age Always - 16318
|
|
10 Spin_Retry_Count 0x0032 100 100 000 Old_age Always - 0
|
|
11 Calibration_Retry_Count 0x0032 100 100 000 Old_age Always - 0
|
|
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 372
|
|
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 266
|
|
193 Load_Cycle_Count 0x0032 190 190 000 Old_age Always - 30340
|
|
194 Temperature_Celsius 0x0022 109 091 000 Old_age Always - 38
|
|
196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0
|
|
197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0
|
|
198 Offline_Uncorrectable 0x0030 100 253 000 Old_age Offline - 0
|
|
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
|
|
200 Multi_Zone_Error_Rate 0x0008 100 253 000 Old_age Offline - 0
|
|
|
|
SMART Error Log Version: 1
|
|
No Errors Logged
|
|
|
|
SMART Self-test log structure revision number 1
|
|
No self-tests have been logged. [To run self-tests, use: smartctl -t]
|
|
|
|
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-k8s-wnode-tsys6 running 32000 32.00 283375
|
|
600 tsys-awx running 12000 32.00 283519
|
|
601 pfv-k8s-cnode4 running 4096 32.00 283674
|
|
|
|
--- qm config per VM
|
|
$ for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do
|
|
echo "--- VM $vmid ---"
|
|
qm config "$vmid" 2>&1
|
|
echo ""
|
|
done
|
|
--- VM 100 ---
|
|
balloon: 0
|
|
boot: order=scsi0
|
|
cores: 2
|
|
cpu: host
|
|
ide2: local:iso/debian.iso,media=cdrom,size=755M
|
|
memory: 32000
|
|
meta: creation-qemu=10.1.2,ctime=1785085054
|
|
name: pfv-k8s-wnode-tsys6
|
|
net0: virtio=BC:24:11:F6:74:E8,bridge=vmbr0,firewall=1
|
|
numa: 0
|
|
onboot: 1
|
|
ostype: l26
|
|
scsi0: D5:100/vm-100-disk-0.qcow2,iothread=1,size=32G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=03709518-2933-4764-8006-f3946ce59063
|
|
sockets: 2
|
|
vmgenid: 5a31db88-9ad1-4a8d-95cc-156eea8e87ae
|
|
|
|
--- VM 600 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0
|
|
cores: 2
|
|
cpu: host
|
|
ide2: none,media=cdrom
|
|
memory: 12000
|
|
meta: creation-qemu=10.1.2,ctime=1771904766
|
|
name: tsys-awx
|
|
net0: virtio=BC:24:11:80:0D:16,bridge=vmbr0,firewall=1
|
|
numa: 0
|
|
onboot: 1
|
|
ostype: l26
|
|
scsi0: D2:600/vm-600-disk-1.qcow2,cache=writethrough,format=qcow2,iothread=1,size=32G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=3f480575-849f-421c-8a53-0d46fcce3154
|
|
sockets: 2
|
|
vmgenid: b62bf796-cde6-4697-9df0-66cdb313e63d
|
|
|
|
--- VM 601 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 4
|
|
cpu: host
|
|
ide2: none,media=cdrom
|
|
memory: 4096
|
|
meta: creation-qemu=10.1.2,ctime=1771904766
|
|
name: pfv-k8s-cnode4
|
|
net0: virtio=BC:24:11:27:4F:1C,bridge=vmbr0,firewall=1
|
|
numa: 0
|
|
onboot: 1
|
|
ostype: l26
|
|
scsi0: D2:601/vm-601-disk-0.qcow2,cache=writethrough,format=qcow2,iothread=1,size=32G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=b9ef082b-3eb8-474d-a1b6-5a947433aa98
|
|
sockets: 1
|
|
vmgenid: c533aceb-c8c2-46e0-b3ff-cb547d6d9669
|
|
|
|
|
|
--- 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 ---
|
|
--- VM 600 runtime ---
|
|
[
|
|
{
|
|
"hardware-address" : "00:00:00:00:00:00",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "127.0.0.1",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 8
|
|
},
|
|
{
|
|
"ip-address" : "::1",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
}
|
|
],
|
|
"name" : "lo",
|
|
"statistics" : {
|
|
"rx-bytes" : 100698,
|
|
"rx-dropped" : 0,
|
|
"rx-errs" : 0,
|
|
"rx-packets" : 1123,
|
|
"tx-bytes" : 100698,
|
|
"tx-dropped" : 0,
|
|
"tx-errs" : 0,
|
|
"tx-packets" : 1123
|
|
}
|
|
},
|
|
{
|
|
"hardware-address" : "bc:24:11:80:0d:16",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "192.168.3.200",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 22
|
|
},
|
|
{
|
|
"ip-address" : "2600:1700:1d1:eb00::d",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
},
|
|
--- VM 601 runtime ---
|
|
[
|
|
{
|
|
"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" : 71528538,
|
|
"rx-dropped" : 0,
|
|
"rx-errs" : 0,
|
|
"rx-packets" : 130517,
|
|
"tx-bytes" : 71528538,
|
|
"tx-dropped" : 0,
|
|
"tx-errs" : 0,
|
|
"tx-packets" : 130517
|
|
}
|
|
},
|
|
{
|
|
"hardware-address" : "bc:24:11:27:4f:1c",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "192.168.3.157",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 22
|
|
},
|
|
{
|
|
"ip-address" : "2600:1700:1d1:eb00::3e",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
},
|
|
|
|
--- /etc/pve/qemu-server
|
|
lrwxr-xr-x 1 root www-data 27 Dec 31 1969 /etc/pve/qemu-server -> nodes/pfv-tsys6/qemu-server
|
|
|
|
--- /etc/pve/firewall
|
|
total 0
|
|
drwxr-xr-x 2 root www-data 0 Apr 4 12:47 .
|
|
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
|
|
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
|
|
lldpd.service loaded active running LLDP daemon
|
|
lxc-monitord.service loaded active running LXC Container Monitoring Daemon
|
|
lxcfs.service loaded active running FUSE filesystem for LXC
|
|
nfs-blkmap.service loaded active running pNFS block layout mapping daemon
|
|
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
|
|
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.
|
|
|
|
38 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
|
|
lldpd.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
|
|
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
|
|
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
|
|
|
|
90 unit files listed.
|
|
|
|
--- pve-* service status
|
|
$ systemctl status pve-cluster pvedaemon pveproxy pve-firewall pve-ha-crm pve-ha-lrm pvestatd pvebanner --no-pager 2>&1 | head -n 120
|
|
● pve-cluster.service - The Proxmox VE cluster filesystem
|
|
Loaded: loaded (/usr/lib/systemd/system/pve-cluster.service; enabled; preset: enabled)
|
|
Active: active (running) since Sun 2026-07-26 17:20:30 CDT; 1 day 4h ago
|
|
Invocation: 62b694216e044c82810cf98c43af9e8e
|
|
Process: 1206 ExecStart=/usr/bin/pmxcfs (code=exited, status=0/SUCCESS)
|
|
Main PID: 1317 (pmxcfs)
|
|
Tasks: 7 (limit: 143874)
|
|
Memory: 64.6M (peak: 82.9M)
|
|
CPU: 1min 20.222s
|
|
CGroup: /system.slice/pve-cluster.service
|
|
└─1317 /usr/bin/pmxcfs
|
|
|
|
Jul 26 17:20:26 pfv-tsys6 systemd[1]: Starting pve-cluster.service - The Proxmox VE cluster filesystem...
|
|
Jul 26 17:20:27 pfv-tsys6 pmxcfs[1206]: [main] notice: resolved node name 'pfv-tsys6' to '192.168.100.2' for default node IP address
|
|
Jul 26 17:20:27 pfv-tsys6 pmxcfs[1206]: [main] notice: resolved node name 'pfv-tsys6' to '192.168.100.2' for default node IP address
|
|
Jul 26 17:20:30 pfv-tsys6 systemd[1]: Started pve-cluster.service - The Proxmox VE cluster filesystem.
|
|
|
|
● pvedaemon.service - PVE API Daemon
|
|
Loaded: loaded (/usr/lib/systemd/system/pvedaemon.service; enabled; preset: enabled)
|
|
Active: active (running) since Sun 2026-07-26 17:20:39 CDT; 1 day 4h ago
|
|
Invocation: e69e9d2d1910454d86a2b1833e6f8f00
|
|
Process: 1371 ExecStart=/usr/bin/pvedaemon start (code=exited, status=0/SUCCESS)
|
|
Main PID: 1517 (pvedaemon)
|
|
Tasks: 4 (limit: 143874)
|
|
Memory: 194.9M (peak: 508.4M)
|
|
CPU: 5min 4.680s
|
|
CGroup: /system.slice/pvedaemon.service
|
|
├─ 1517 pvedaemon
|
|
├─407296 "pvedaemon worker"
|
|
├─408148 "pvedaemon worker"
|
|
└─410001 "pvedaemon worker"
|
|
|
|
Jul 27 16:18:25 pfv-tsys6 pvedaemon[1517]: worker 389887 finished
|
|
Jul 27 16:18:25 pfv-tsys6 pvedaemon[1517]: starting 1 worker(s)
|
|
Jul 27 16:18:25 pfv-tsys6 pvedaemon[1517]: worker 410001 started
|
|
Jul 27 17:16:39 pfv-tsys6 pvedaemon[408148]: <root@pam> successful auth for user 'root@pam'
|
|
Jul 27 17:16:40 pfv-tsys6 pvedaemon[427539]: starting vnc proxy UPID:pfv-tsys6:00068613:0083987A:6A67D8C8:vncproxy:100:root@pam:
|
|
Jul 27 17:16:40 pfv-tsys6 pvedaemon[408148]: <root@pam> starting task UPID:pfv-tsys6:00068613:0083987A:6A67D8C8:vncproxy:100:root@pam:
|
|
Jul 27 17:32:38 pfv-tsys6 pvedaemon[407296]: <root@pam> successful auth for user 'root@pam'
|
|
Jul 27 17:48:38 pfv-tsys6 pvedaemon[410001]: <root@pam> successful auth for user 'root@pam'
|
|
Jul 27 18:04:38 pfv-tsys6 pvedaemon[410001]: <root@pam> successful auth for user 'root@pam'
|
|
Jul 27 18:31:41 pfv-tsys6 pvedaemon[408148]: <root@pam> end task UPID:pfv-tsys6:00068613:0083987A:6A67D8C8:vncproxy:100:root@pam: OK
|
|
|
|
● pveproxy.service - PVE API Proxy Server
|
|
Loaded: loaded (/usr/lib/systemd/system/pveproxy.service; enabled; preset: enabled)
|
|
Active: active (running) since Sun 2026-07-26 17:20:42 CDT; 1 day 4h ago
|
|
Invocation: a1defebf6fe74ec5a01683e481a413b4
|
|
Process: 1523 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=0/SUCCESS)
|
|
Process: 1526 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS)
|
|
Process: 1537 ExecStartPost=sh -c [ ! -e /var/log/pveam.log ] && /usr/bin/pveupdate (code=exited, status=1/FAILURE)
|
|
Process: 132071 ExecReload=/usr/bin/pveproxy restart (code=exited, status=0/SUCCESS)
|
|
Main PID: 1532 (pveproxy)
|
|
Tasks: 4 (limit: 143874)
|
|
Memory: 253.3M (peak: 457.3M)
|
|
CPU: 5min 34.084s
|
|
CGroup: /system.slice/pveproxy.service
|
|
├─ 1532 pveproxy
|
|
├─431106 "pveproxy worker"
|
|
├─440401 "pveproxy worker"
|
|
└─445466 "pveproxy worker"
|
|
|
|
Jul 27 17:30:33 pfv-tsys6 pveproxy[431708]: got inotify poll request in wrong process - disabling inotify
|
|
Jul 27 17:59:19 pfv-tsys6 pveproxy[413156]: worker exit
|
|
Jul 27 17:59:19 pfv-tsys6 pveproxy[1532]: worker 413156 finished
|
|
Jul 27 17:59:19 pfv-tsys6 pveproxy[1532]: starting 1 worker(s)
|
|
Jul 27 17:59:19 pfv-tsys6 pveproxy[1532]: worker 440401 started
|
|
Jul 27 18:16:03 pfv-tsys6 pveproxy[431709]: worker exit
|
|
Jul 27 18:16:03 pfv-tsys6 pveproxy[1532]: worker 431709 finished
|
|
Jul 27 18:16:03 pfv-tsys6 pveproxy[1532]: starting 1 worker(s)
|
|
Jul 27 18:16:03 pfv-tsys6 pveproxy[1532]: worker 445466 started
|
|
Jul 27 18:31:42 pfv-tsys6 pveproxy[431708]: worker exit
|
|
|
|
● pve-firewall.service - Proxmox VE firewall
|
|
Loaded: loaded (/usr/lib/systemd/system/pve-firewall.service; enabled; preset: enabled)
|
|
Active: active (running) since Sun 2026-07-26 17:20:37 CDT; 1 day 4h ago
|
|
Invocation: cbd6b10dfd9b48708a8a387d99c9f4fa
|
|
Process: 1369 ExecStartPre=/usr/bin/update-alternatives --set ebtables /usr/sbin/ebtables-legacy (code=exited, status=0/SUCCESS)
|
|
Process: 1378 ExecStartPre=/usr/bin/update-alternatives --set iptables /usr/sbin/iptables-legacy (code=exited, status=0/SUCCESS)
|
|
Process: 1379 ExecStartPre=/usr/bin/update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy (code=exited, status=0/SUCCESS)
|
|
Process: 1381 ExecStart=/usr/sbin/pve-firewall start (code=exited, status=0/SUCCESS)
|
|
Main PID: 1491 (pve-firewall)
|
|
Tasks: 1 (limit: 143874)
|
|
Memory: 113.2M (peak: 133.2M)
|
|
CPU: 17min 6.301s
|
|
CGroup: /system.slice/pve-firewall.service
|
|
└─1491 pve-firewall
|
|
|
|
Jul 26 17:20:30 pfv-tsys6 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall...
|
|
Jul 26 17:20:37 pfv-tsys6 pve-firewall[1491]: starting server
|
|
Jul 26 17:20:37 pfv-tsys6 systemd[1]: Started pve-firewall.service - Proxmox VE firewall.
|
|
|
|
● pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon
|
|
Loaded: loaded (/usr/lib/systemd/system/pve-ha-crm.service; enabled; preset: enabled)
|
|
Active: active (running) since Sun 2026-07-26 17:20:41 CDT; 1 day 4h ago
|
|
Invocation: a45e9bc718fe471cb8812f371058b06b
|
|
Process: 1522 ExecStart=/usr/sbin/pve-ha-crm start (code=exited, status=0/SUCCESS)
|
|
Main PID: 1527 (pve-ha-crm)
|
|
Tasks: 1 (limit: 143874)
|
|
Memory: 118.5M (peak: 138M)
|
|
CPU: 10.751s
|
|
CGroup: /system.slice/pve-ha-crm.service
|
|
└─1527 pve-ha-crm
|
|
|
|
Jul 26 17:20:39 pfv-tsys6 systemd[1]: Starting pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon...
|
|
Jul 26 17:20:40 pfv-tsys6 pve-ha-crm[1527]: starting server
|
|
Jul 26 17:20:40 pfv-tsys6 pve-ha-crm[1527]: status change startup => wait_for_quorum
|
|
Jul 26 17:20:41 pfv-tsys6 systemd[1]: Started pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon.
|
|
|
|
● pve-ha-lrm.service - PVE Local HA Resource Manager Daemon
|
|
Loaded: loaded (/usr/lib/systemd/system/pve-ha-lrm.service; enabled; preset: enabled)
|
|
Active: active (running) since Sun 2026-07-26 17:20:44 CDT; 1 day 4h ago
|
|
Invocation: 9f02f9ebd30f4b7abf8b01afdc566212
|
|
Process: 1539 ExecStart=/usr/sbin/pve-ha-lrm start (code=exited, status=0/SUCCESS)
|
|
Main PID: 1545 (pve-ha-lrm)
|
|
Tasks: 1 (limit: 143874)
|
|
Memory: 117.7M (peak: 136.5M)
|
|
CPU: 15.620s
|
|
CGroup: /system.slice/pve-ha-lrm.service
|
|
└─1545 pve-ha-lrm
|
|
|
|
|
|
--- 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 Sun 2026-07-26 17:20:06 CDT; 1 day 4h ago
|
|
Invocation: c7c150a4ea78423ca300cc4b4b2e3100
|
|
TriggeredBy: ● rpcbind.socket
|
|
Docs: man:rpcbind(8)
|
|
Main PID: 868 (rpcbind)
|
|
Tasks: 1 (limit: 143874)
|
|
Memory: 616K (peak: 2M)
|
|
CPU: 108ms
|
|
CGroup: /system.slice/rpcbind.service
|
|
└─868 /usr/sbin/rpcbind -f -w
|
|
|
|
Jul 26 17:20:05 pfv-tsys6 systemd[1]: Starting rpcbind.service - RPC bind portmap service...
|
|
Jul 26 17:20:06 pfv-tsys6 systemd[1]: Started rpcbind.service - RPC bind portmap service.
|
|
|
|
○ rpc-statd.service - NFS status monitor for NFSv2/3 locking.
|
|
Loaded: loaded (/usr/lib/systemd/system/rpc-statd.service; static)
|
|
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 Sun 2026-07-26 17:19:48 CDT; 1 day 4h ago
|
|
Invocation: b08d997c988b4f8f889d900a9953595e
|
|
Docs: man:zfs(8)
|
|
Process: 696 ExecStart=/usr/sbin/zfs mount -a (code=exited, status=0/SUCCESS)
|
|
Main PID: 696 (code=exited, status=0/SUCCESS)
|
|
Mem peak: 1.7M
|
|
CPU: 15ms
|
|
|
|
Jul 26 17:19:48 pfv-tsys6 systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems...
|
|
Jul 26 17:19:48 pfv-tsys6 systemd[1]: Finished zfs-mount.service - Mount ZFS filesystems.
|
|
|
|
● smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon
|
|
Loaded: loaded (/usr/lib/systemd/system/smartmontools.service; enabled; preset: enabled)
|
|
Active: active (running) since Sun 2026-07-26 17:20:10 CDT; 1 day 4h ago
|
|
Invocation: bdb4bd1ac72f4a6980f0372dac77c132
|
|
Docs: man:smartd(8)
|
|
man:smartd.conf(5)
|
|
Main PID: 886 (smartd)
|
|
Status: "Next check of 1 device will start at 22:20:10"
|
|
Tasks: 1 (limit: 143874)
|
|
Memory: 3.5M (peak: 5M)
|
|
CPU: 113ms
|
|
CGroup: /system.slice/smartmontools.service
|
|
└─886 /usr/sbin/smartd -n -q never
|
|
|
|
Jul 27 01:50:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 108 to 107
|
|
Jul 27 02:20:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 107 to 108
|
|
Jul 27 02:50:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 108 to 107
|
|
Jul 27 03:20:11 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 107 to 108
|
|
Jul 27 03:50:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 108 to 107
|
|
Jul 27 04:20:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 107 to 108
|
|
Jul 27 05:50:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 108 to 107
|
|
Jul 27 07:20:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 107 to 109
|
|
Jul 27 09:20:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 109 to 110
|
|
Jul 27 21:50:11 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 110 to 109
|
|
|
|
###############################################################################
|
|
# 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 4s Mon 2026-07-27 21:50:10 CDT 5min ago sysstat-collect.timer sysstat-collect.service
|
|
Tue 2026-07-28 00:00:00 CDT 2h 4min Mon 2026-07-27 00:00:04 CDT 21h ago dpkg-db-backup.timer dpkg-db-backup.service
|
|
Tue 2026-07-28 00:00:00 CDT 2h 4min Mon 2026-07-27 00:00:04 CDT 21h ago sysstat-rotate.timer sysstat-rotate.service
|
|
Tue 2026-07-28 00:06:58 CDT 2h 11min Mon 2026-07-27 00:29:22 CDT 21h ago logrotate.timer logrotate.service
|
|
Tue 2026-07-28 00:07:00 CDT 2h 11min Mon 2026-07-27 00:07:37 CDT 21h ago sysstat-summary.timer sysstat-summary.service
|
|
Tue 2026-07-28 02:43:47 CDT 4h 47min Mon 2026-07-27 03:13:37 CDT 18h ago beszel-agent-update.timer beszel-agent-update.service
|
|
Tue 2026-07-28 03:18:28 CDT 5h 22min Mon 2026-07-27 04:09:43 CDT 17h ago pve-daily-update.timer pve-daily-update.service
|
|
Tue 2026-07-28 06:27:03 CDT 8h Mon 2026-07-27 06:13:40 CDT 15h ago apt-daily-upgrade.timer apt-daily-upgrade.service
|
|
Tue 2026-07-28 11:31:20 CDT 13h Mon 2026-07-27 10:08:49 CDT 11h ago man-db.timer man-db.service
|
|
Tue 2026-07-28 16:26:25 CDT 18h Mon 2026-07-27 20:18:00 CDT 1h 37min ago apt-daily.timer apt-daily.service
|
|
Tue 2026-07-28 17:34:43 CDT 19h Mon 2026-07-27 17:34:43 CDT 4h 21min ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service
|
|
Sun 2026-08-02 03:10:33 CDT 5 days Sun 2026-07-26 03:10:43 CDT - e2scrub_all.timer e2scrub_all.service
|
|
Sun 2026-08-02 03:10:49 CDT 5 days Sun 2026-07-26 03:11:00 CDT - xfs_scrub_all.timer xfs_scrub_all.service
|
|
Mon 2026-08-03 01:34:59 CDT 6 days Mon 2026-07-27 00:54:07 CDT 21h ago fstrim.timer fstrim.service
|
|
|
|
14 timers listed.
|
|
|
|
--- /etc/cron.d
|
|
total 24
|
|
drwxr-xr-x 2 root root 4096 Jul 26 17:12 .
|
|
drwxr-xr-x 107 root root 4096 Jul 27 21:54 ..
|
|
-rw-r--r-- 1 root root 188 Jul 30 2025 e2scrub_all
|
|
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
|
|
-rw-r--r-- 1 root root 400 Jan 15 2024 sysstat
|
|
lrwxrwxrwx 1 root root 20 Apr 4 12:47 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 26 16:27 .
|
|
drwxr-xr-x 107 root root 4096 Jul 27 21:54 ..
|
|
-rwxr-xr-x 1 root root 1478 Jun 24 2025 apt-compat
|
|
-rwxr-xr-x 1 root root 123 May 27 2025 dpkg
|
|
-rwxr-xr-x 1 root root 377 Jul 14 2024 logrotate
|
|
-rwxr-xr-x 1 root root 1395 May 2 2025 man-db
|
|
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
|
|
-rwxr-xr-x 1 root root 526 Jan 15 2024 sysstat
|
|
|
|
--- /etc/cron.hourly
|
|
total 12
|
|
drwxr-xr-x 2 root root 4096 Apr 4 12:31 .
|
|
drwxr-xr-x 107 root root 4096 Jul 27 21:54 ..
|
|
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
|
|
|
|
--- /etc/cron.weekly
|
|
total 16
|
|
drwxr-xr-x 2 root root 4096 Apr 4 12:31 .
|
|
drwxr-xr-x 107 root root 4096 Jul 27 21:54 ..
|
|
-rwxr-xr-x 1 root root 1055 May 2 2025 man-db
|
|
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
|
|
|
|
--- 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.51 0.65 0.32 1/424 514566
|
|
|
|
--- vmstat 1 3
|
|
$ vmstat 1 3
|
|
procs -----------memory---------- ---swap-- -----io---- -system-- -------cpu-------
|
|
r b swpd free buff cache si so bi bo in cs us sy id wa st gu
|
|
0 0 0 123221580 17124 1365016 0 0 68 34 2332 2 0 0 96 2 0 2
|
|
0 0 0 123222808 17124 1365016 0 0 0 0 875 1166 0 0 100 0 0 0
|
|
0 0 0 123225516 17132 1365040 0 0 24 48 865 1343 0 0 100 0 0 0
|
|
|
|
--- mpstat 1 3 (per-cpu)
|
|
$ mpstat 1 3
|
|
Linux 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU)
|
|
|
|
09:55:57 PM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle
|
|
09:55:58 PM all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.19 0.00 99.69
|
|
09:55:59 PM all 0.31 0.00 0.50 0.31 0.00 0.00 0.00 0.19 0.00 98.63
|
|
09:56:00 PM all 0.38 0.00 0.56 2.38 0.00 0.00 0.00 0.25 0.00 96.31
|
|
Average: all 0.21 0.00 0.35 0.90 0.00 0.00 0.00 0.21 0.00 98.31
|
|
|
|
--- iostat -xz 1 3
|
|
$ iostat -xz 1 3
|
|
Linux 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU)
|
|
|
|
avg-cpu: %user %nice %system %iowait %steal %idle
|
|
1.98 0.00 0.46 2.04 0.00 95.52
|
|
|
|
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
|
dm-0 0.00 0.02 0.00 0.00 29.00 16.92 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
dm-1 0.20 19.25 0.00 0.00 32.94 97.65 4.09 34.60 0.00 0.00 2.39 8.47 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 0.89
|
|
dm-2 0.00 0.08 0.00 0.00 18.73 244.36 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
sda 1.04 68.48 0.06 5.62 5.97 65.65 3.06 34.60 1.07 25.86 1.67 11.30 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.01 0.64
|
|
|
|
|
|
avg-cpu: %user %nice %system %iowait %steal %idle
|
|
0.50 0.00 1.88 0.50 0.00 97.12
|
|
|
|
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
|
dm-1 0.00 0.00 0.00 0.00 0.00 0.00 67.00 684.00 0.00 0.00 4.18 10.21 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.28 8.40
|
|
sda 4.00 256.00 0.00 0.00 3.50 64.00 67.00 684.00 1.00 1.47 2.51 10.21 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.18 9.10
|
|
|
|
|
|
avg-cpu: %user %nice %system %iowait %steal %idle
|
|
0.13 0.00 0.00 0.31 0.00 99.56
|
|
|
|
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
|
dm-1 6.00 24.00 0.00 0.00 3.50 4.00 10.00 40.00 0.00 0.00 18.10 4.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.20 2.30
|
|
sda 6.00 24.00 0.00 0.00 3.67 4.00 2.00 40.00 8.00 80.00 10.50 20.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.04 2.20
|
|
|
|
|
|
|
|
--- sar -dp 1 2
|
|
$ sar -dp 1 2
|
|
Linux 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU)
|
|
|
|
09:56:02 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV
|
|
09:56:03 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda
|
|
09:56:03 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap
|
|
09:56:03 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root
|
|
09:56:03 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta
|
|
|
|
09:56:03 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV
|
|
09:56:04 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda
|
|
09:56:04 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap
|
|
09:56:04 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root
|
|
09:56:04 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta
|
|
|
|
Average: tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV
|
|
Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda
|
|
Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap
|
|
Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root
|
|
Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta
|
|
|
|
--- sar -n DEV 1 2
|
|
$ sar -n DEV 1 2
|
|
Linux 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU)
|
|
|
|
09:56:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil
|
|
09:56:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
09:56:05 PM nic0 73.00 28.00 20.23 6.68 0.00 0.00 7.00 0.02
|
|
09:56:05 PM nic1 1.00 0.00 0.06 0.00 0.00 0.00 1.00 0.00
|
|
09:56:05 PM nic2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
09:56:05 PM nic3 1.00 0.00 0.06 0.00 0.00 0.00 1.00 0.00
|
|
09:56:05 PM nic4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
09:56:05 PM nic5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
09:56:05 PM vmbr0 23.00 15.00 6.42 5.30 0.00 0.00 2.00 0.00
|
|
09:56:05 PM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
09:56:05 PM nic3.2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
09:56:05 PM br-rr-mgmt 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
09:56:05 PM bond0 1.00 0.00 0.06 0.00 0.00 0.00 1.00 0.00
|
|
09:56:05 PM storagenet 2.00 0.00 0.17 0.00 0.00 0.00 2.00 0.00
|
|
09:56:05 PM tap100i0 0.00 6.00 0.00 1.07 0.00 0.00 0.00 0.00
|
|
09:56:05 PM fwbr100i0 6.00 0.00 0.99 0.00 0.00 0.00 2.00 0.00
|
|
09:56:05 PM fwpr100p0 0.00 6.00 0.00 1.07 0.00 0.00 0.00 0.00
|
|
09:56:05 PM fwln100i0 6.00 0.00 1.07 0.00 0.00 0.00 0.00 0.00
|
|
09:56:05 PM tap600i0 2.00 8.00 0.35 1.42 0.00 0.00 0.00 0.00
|
|
09:56:05 PM fwbr600i0 6.00 0.00 0.99 0.00 0.00 0.00 2.00 0.00
|
|
09:56:05 PM fwpr600p0 2.00 8.00 0.35 1.42 0.00 0.00 0.00 0.00
|
|
09:56:05 PM fwln600i0 8.00 2.00 1.42 0.35 0.00 0.00 0.00 0.00
|
|
09:56:05 PM tap601i0 5.00 26.00 2.16 8.68 0.00 0.00 0.00 0.00
|
|
09:56:05 PM fwbr601i0 6.00 0.00 0.99 0.00 0.00 0.00 2.00 0.00
|
|
09:56:05 PM fwpr601p0 5.00 26.00 2.16 8.68 0.00 0.00 0.00 0.00
|
|
09:56:05 PM fwln601i0 26.00 5.00 8.68 2.16 0.00 0.00 0.00 0.00
|
|
|
|
09:56:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil
|
|
09:56:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
09:56:06 PM nic0 58.00 22.00 19.93 7.61 0.00 0.00 11.00 0.02
|
|
09:56:06 PM nic1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
09:56:06 PM nic2 1.00 0.00 0.14 0.00 0.00 0.00 1.00 0.00
|
|
09:56:06 PM nic3 1.00 0.00 0.40 0.00 0.00 0.00 0.00 0.00
|
|
09:56:06 PM nic4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
09:56:06 PM nic5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
09:56:06 PM vmbr0 38.00 7.00 9.66 1.67 0.00 0.00 8.00 0.00
|
|
09:56:06 PM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
09:56:06 PM nic3.2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
09:56:06 PM br-rr-mgmt 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
09:56:06 PM bond0 1.00 0.00 0.14 0.00 0.00 0.00 1.00 0.00
|
|
09:56:06 PM storagenet 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
09:56:06 PM tap100i0 0.00 15.00 0.00 2.56 0.00 0.00 0.00 0.00
|
|
09:56:06 PM fwbr100i0 15.00 0.00 2.36 0.00 0.00 0.00 8.00 0.00
|
|
09:56:06 PM fwpr100p0 0.00 15.00 0.00 2.56 0.00 0.00 0.00 0.00
|
|
09:56:06 PM fwln100i0 15.00 0.00 2.56 0.00 0.00 0.00 0.00 0.00
|
|
09:56:06 PM tap600i0 0.00 15.00 0.00 2.56 0.00 0.00 0.00 0.00
|
|
09:56:06 PM fwbr600i0 15.00 0.00 2.36 0.00 0.00 0.00 8.00 0.00
|
|
09:56:06 PM fwpr600p0 0.00 15.00 0.00 2.56 0.00 0.00 0.00 0.00
|
|
09:56:06 PM fwln600i0 15.00 0.00 2.56 0.00 0.00 0.00 0.00 0.00
|
|
09:56:06 PM tap601i0 3.00 32.00 0.70 8.52 0.00 0.00 0.00 0.00
|
|
09:56:06 PM fwbr601i0 15.00 0.00 2.36 0.00 0.00 0.00 8.00 0.00
|
|
09:56:06 PM fwpr601p0 3.00 32.00 0.70 8.52 0.00 0.00 0.00 0.00
|
|
09:56:06 PM fwln601i0 32.00 3.00 8.52 0.70 0.00 0.00 0.00 0.00
|
|
|
|
Average: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil
|
|
Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
Average: nic0 65.50 25.00 20.08 7.14 0.00 0.00 9.00 0.02
|
|
Average: nic1 0.50 0.00 0.03 0.00 0.00 0.00 0.50 0.00
|
|
Average: nic2 0.50 0.00 0.07 0.00 0.00 0.00 0.50 0.00
|
|
Average: nic3 1.00 0.00 0.23 0.00 0.00 0.00 0.50 0.00
|
|
Average: nic4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
Average: nic5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
Average: vmbr0 30.50 11.00 8.04 3.48 0.00 0.00 5.00 0.00
|
|
Average: tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
Average: nic3.2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
Average: br-rr-mgmt 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
Average: bond0 1.00 0.00 0.10 0.00 0.00 0.00 1.00 0.00
|
|
Average: storagenet 1.00 0.00 0.09 0.00 0.00 0.00 1.00 0.00
|
|
Average: tap100i0 0.00 10.50 0.00 1.82 0.00 0.00 0.00 0.00
|
|
Average: fwbr100i0 10.50 0.00 1.67 0.00 0.00 0.00 5.00 0.00
|
|
Average: fwpr100p0 0.00 10.50 0.00 1.82 0.00 0.00 0.00 0.00
|
|
Average: fwln100i0 10.50 0.00 1.82 0.00 0.00 0.00 0.00 0.00
|
|
Average: tap600i0 1.00 11.50 0.17 1.99 0.00 0.00 0.00 0.00
|
|
Average: fwbr600i0 10.50 0.00 1.67 0.00 0.00 0.00 5.00 0.00
|
|
Average: fwpr600p0 1.00 11.50 0.17 1.99 0.00 0.00 0.00 0.00
|
|
Average: fwln600i0 11.50 1.00 1.99 0.17 0.00 0.00 0.00 0.00
|
|
Average: tap601i0 4.00 29.00 1.43 8.60 0.00 0.00 0.00 0.00
|
|
Average: fwbr601i0 10.50 0.00 1.67 0.00 0.00 0.00 5.00 0.00
|
|
Average: fwpr601p0 4.00 29.00 1.43 8.60 0.00 0.00 0.00 0.00
|
|
Average: fwln601i0 29.00 4.00 8.60 1.43 0.00 0.00 0.00 0.00
|
|
|
|
--- sar -n NFS,NFSD 1 2
|
|
$ sar -n NFS,NFSD 1 2
|
|
Linux 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU)
|
|
|
|
09:56:06 PM call/s retrans/s read/s write/s access/s getatt/s
|
|
09:56:07 PM 0.00 0.00 0.00 0.00 0.00 0.00
|
|
|
|
09:56:06 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s
|
|
09:56:07 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
|
|
09:56:07 PM call/s retrans/s read/s write/s access/s getatt/s
|
|
09:56:08 PM 0.00 0.00 0.00 0.00 0.00 0.00
|
|
|
|
09:56:07 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s
|
|
09:56:08 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
|
|
Average: call/s retrans/s read/s write/s access/s getatt/s
|
|
Average: 0.00 0.00 0.00 0.00 0.00 0.00
|
|
|
|
Average: scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s
|
|
Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
|
|
--- sar -n SOCK 1 1
|
|
$ sar -n SOCK 1 1
|
|
Linux 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU)
|
|
|
|
09:56:08 PM totsck tcpsck udpsck rawsck ip-frag tcp-tw
|
|
09:56:09 PM 356 18 4 0 0 85
|
|
Average: 356 18 4 0 0 85
|
|
|
|
--- sar -n TCP,ETCP 1 2
|
|
$ sar -n TCP,ETCP 1 2
|
|
Linux 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU)
|
|
|
|
09:56:09 PM active/s passive/s iseg/s oseg/s
|
|
09:56:10 PM 14.00 0.00 65.00 99.00
|
|
|
|
09:56:09 PM atmptf/s estres/s retrans/s isegerr/s orsts/s
|
|
09:56:10 PM 0.00 0.00 0.00 0.00 0.00
|
|
|
|
09:56:10 PM active/s passive/s iseg/s oseg/s
|
|
09:56:11 PM 0.00 0.00 2.00 1.00
|
|
|
|
09:56:10 PM atmptf/s estres/s retrans/s isegerr/s orsts/s
|
|
09:56:11 PM 0.00 0.00 0.00 0.00 0.00
|
|
|
|
Average: active/s passive/s iseg/s oseg/s
|
|
Average: 7.00 0.00 33.50 50.00
|
|
|
|
Average: atmptf/s estres/s retrans/s isegerr/s orsts/s
|
|
Average: 0.00 0.00 0.00 0.00 0.00
|
|
|
|
--- pidstat -d 1 2 (top disk)
|
|
$ pidstat -d 1 2
|
|
Linux 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU)
|
|
|
|
09:56:12 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command
|
|
09:56:13 PM 0 895 0.00 0.00 3.88 0 tailscaled
|
|
|
|
09:56:13 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command
|
|
09:56:14 PM 0 283519 0.00 20.00 0.00 0 kvm
|
|
|
|
Average: UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command
|
|
Average: 0 895 0.00 0.00 1.97 0 tailscaled
|
|
Average: 0 283519 0.00 9.85 0.00 0 kvm
|
|
|
|
--- pidstat -u 1 2 (top cpu)
|
|
$ pidstat -u 1 2
|
|
Linux 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU)
|
|
|
|
09:56:14 PM UID PID %usr %system %guest %wait %CPU CPU Command
|
|
09:56:15 PM 0 283519 0.00 0.00 2.94 0.00 0.98 8 kvm
|
|
09:56:15 PM 0 514680 0.00 0.98 0.00 0.00 0.98 10 pidstat
|
|
|
|
09:56:15 PM UID PID %usr %system %guest %wait %CPU CPU Command
|
|
09:56:16 PM 0 169 0.00 1.00 0.00 0.00 1.00 15 kworker/15:1-mm_percpu_wq
|
|
09:56:16 PM 0 1317 0.00 1.00 0.00 0.00 1.00 3 pmxcfs
|
|
09:56:16 PM 0 283519 0.00 0.00 3.00 0.00 1.00 8 kvm
|
|
09:56:16 PM 0 283674 1.00 1.00 1.00 0.00 3.00 6 kvm
|
|
09:56:16 PM 0 514680 1.00 1.00 0.00 0.00 2.00 2 pidstat
|
|
|
|
Average: UID PID %usr %system %guest %wait %CPU CPU Command
|
|
Average: 0 169 0.00 0.50 0.00 0.00 0.50 - kworker/15:1-mm_percpu_wq
|
|
Average: 0 1317 0.00 0.50 0.00 0.00 0.50 - pmxcfs
|
|
Average: 0 283519 0.00 0.00 2.97 0.00 0.99 - kvm
|
|
Average: 0 283674 0.00 0.50 0.99 0.00 1.49 - kvm
|
|
Average: 0 514680 0.50 0.99 0.00 0.00 1.49 - pidstat
|
|
|
|
--- top (single snapshot, top 30)
|
|
$ top -b -n 1
|
|
top - 21:56:16 up 1 day, 4:36, 1 user, load average: 1.15, 0.62, 0.31
|
|
Tasks: 324 total, 1 running, 323 sleeping, 0 stopped, 0 zombie
|
|
%Cpu(s): 0.5 us, 0.2 sy, 0.0 ni, 95.8 id, 3.5 wa, 0.0 hi, 0.0 si, 0.0 st
|
|
MiB Mem : 128897.5 total, 120333.8 free, 7955.4 used, 1350.6 buff/cache
|
|
MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 120942.2 avail Mem
|
|
|
|
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
|
|
514685 root 20 0 10424 5416 3316 R 9.1 0.0 0:00.02 top
|
|
1 root 20 0 24752 15408 10688 S 0.0 0.0 0:14.51 systemd
|
|
2 root 20 0 0 0 0 S 0.0 0.0 0:00.19 kthreadd
|
|
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:04.98 ksoftir+
|
|
15 root 20 0 0 0 0 I 0.0 0.0 0:35.35 rcu_pre+
|
|
16 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+
|
|
17 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+
|
|
18 root rt 0 0 0 0 S 0.0 0.0 0:00.24 migrati+
|
|
19 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kprobe-+
|
|
20 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0
|
|
22 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1
|
|
23 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
24 root rt 0 0 0 0 S 0.0 0.0 0:00.24 migrati+
|
|
25 root 20 0 0 0 0 S 0.0 0.0 0:00.84 ksoftir+
|
|
27 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
28 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2
|
|
29 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
30 root rt 0 0 0 0 S 0.0 0.0 0:00.21 migrati+
|
|
31 root 20 0 0 0 0 S 0.0 0.0 0:03.89 ksoftir+
|
|
33 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
34 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3
|
|
35 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
36 root rt 0 0 0 0 S 0.0 0.0 0:00.22 migrati+
|
|
37 root 20 0 0 0 0 S 0.0 0.0 0:00.12 ksoftir+
|
|
39 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
40 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4
|
|
41 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
42 root rt 0 0 0 0 S 0.0 0.0 0:00.21 migrati+
|
|
43 root 20 0 0 0 0 S 0.0 0.0 0:00.03 ksoftir+
|
|
45 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
46 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5
|
|
47 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
48 root rt 0 0 0 0 S 0.0 0.0 0:00.22 migrati+
|
|
49 root 20 0 0 0 0 S 0.0 0.0 0:00.04 ksoftir+
|
|
51 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
52 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/6
|
|
53 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
54 root rt 0 0 0 0 S 0.0 0.0 0:00.21 migrati+
|
|
55 root 20 0 0 0 0 S 0.0 0.0 0:00.03 ksoftir+
|
|
57 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
58 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/7
|
|
59 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
60 root rt 0 0 0 0 S 0.0 0.0 0:00.22 migrati+
|
|
61 root 20 0 0 0 0 S 0.0 0.0 0:00.07 ksoftir+
|
|
63 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
64 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/8
|
|
65 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
66 root rt 0 0 0 0 S 0.0 0.0 0:00.19 migrati+
|
|
67 root 20 0 0 0 0 S 0.0 0.0 0:00.03 ksoftir+
|
|
69 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
70 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/9
|
|
71 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
72 root rt 0 0 0 0 S 0.0 0.0 0:00.20 migrati+
|
|
73 root 20 0 0 0 0 S 0.0 0.0 0:00.05 ksoftir+
|
|
75 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
76 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/10
|
|
77 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
78 root rt 0 0 0 0 S 0.0 0.0 0:00.20 migrati+
|
|
79 root 20 0 0 0 0 S 0.0 0.0 0:00.07 ksoftir+
|
|
81 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
82 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/11
|
|
83 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
84 root rt 0 0 0 0 S 0.0 0.0 0:00.20 migrati+
|
|
85 root 20 0 0 0 0 S 0.0 0.0 0:00.05 ksoftir+
|
|
87 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
88 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/12
|
|
89 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
90 root rt 0 0 0 0 S 0.0 0.0 0:00.20 migrati+
|
|
91 root 20 0 0 0 0 S 0.0 0.0 0:00.44 ksoftir+
|
|
93 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
94 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/13
|
|
95 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
96 root rt 0 0 0 0 S 0.0 0.0 0:00.20 migrati+
|
|
97 root 20 0 0 0 0 S 0.0 0.0 0:00.05 ksoftir+
|
|
99 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
100 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/14
|
|
101 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
102 root rt 0 0 0 0 S 0.0 0.0 0:00.19 migrati+
|
|
103 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+
|
|
105 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
106 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/15
|
|
107 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
108 root rt 0 0 0 0 S 0.0 0.0 0:00.20 migrati+
|
|
109 root 20 0 0 0 0 S 0.0 0.0 0:00.19 ksoftir+
|
|
111 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
114 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+
|
|
115 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
116 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+
|
|
117 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+
|
|
118 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kauditd
|
|
119 root 20 0 0 0 0 S 0.0 0.0 0:00.07 khungta+
|
|
120 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+
|
|
123 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
124 root 20 0 0 0 0 S 0.0 0.0 0:01.61 kcompac+
|
|
125 root 20 0 0 0 0 S 0.0 0.0 0:01.80 kcompac+
|
|
127 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd
|
|
128 root 39 19 0 0 0 S 0.0 0.0 0:00.62 khugepa+
|
|
129 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
130 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
131 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
132 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/9-a+
|
|
135 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
136 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
137 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
138 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
139 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
140 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
141 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
143 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+
|
|
144 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
145 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0
|
|
146 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd1
|
|
147 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+
|
|
148 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
149 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/25-+
|
|
150 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/26-+
|
|
151 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/27-+
|
|
152 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/28-+
|
|
153 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
154 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
155 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
157 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
168 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
169 root 20 0 0 0 0 I 0.0 0.0 2:18.21 kworker+
|
|
170 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
171 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
183 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
184 root 0 -20 0 0 0 I 0.0 0.0 0:00.10 kworker+
|
|
193 root 0 -20 0 0 0 I 0.0 0.0 0:00.22 kworker+
|
|
205 root 0 -20 0 0 0 I 0.0 0.0 0:00.09 kworker+
|
|
218 root 0 -20 0 0 0 I 0.0 0.0 0:00.09 kworker+
|
|
222 root 0 -20 0 0 0 I 0.0 0.0 0:00.14 kworker+
|
|
230 root 0 -20 0 0 0 I 0.0 0.0 0:00.82 kworker+
|
|
232 root 0 -20 0 0 0 I 0.0 0.0 0:00.10 kworker+
|
|
234 root 0 -20 0 0 0 I 0.0 0.0 0:00.10 kworker+
|
|
239 root 0 -20 0 0 0 I 0.0 0.0 0:00.10 kworker+
|
|
248 root 0 -20 0 0 0 I 0.0 0.0 0:00.38 kworker+
|
|
253 root 0 -20 0 0 0 I 0.0 0.0 0:00.10 kworker+
|
|
259 root 0 -20 0 0 0 I 0.0 0.0 0:00.10 kworker+
|
|
261 root 0 -20 0 0 0 I 0.0 0.0 0:00.20 kworker+
|
|
264 root 0 -20 0 0 0 I 0.0 0.0 0:00.11 kworker+
|
|
265 root 0 -20 0 0 0 I 0.0 0.0 0:01.08 kworker+
|
|
269 root 0 -20 0 0 0 I 0.0 0.0 0:00.10 kworker+
|
|
297 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
|
|
298 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
299 root 20 0 0 0 0 S 0.0 0.0 0:18.47 usb-sto+
|
|
300 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
341 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
342 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
352 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
353 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
354 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
390 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
391 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
392 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
407 root 20 0 0 0 0 S 0.0 0.0 0:02.46 jbd2/dm+
|
|
408 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
438 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon
|
|
456 root 20 0 146760 101680 100096 S 0.0 0.1 0:15.69 systemd+
|
|
477 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
478 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
479 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
480 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
504 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+
|
|
505 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+
|
|
506 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+
|
|
507 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+
|
|
511 root 20 0 36972 10496 7944 S 0.0 0.0 0:55.44 systemd+
|
|
514 root 20 0 77296 22300 9124 S 0.0 0.0 0:04.20 dmeventd
|
|
517 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+
|
|
518 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+
|
|
519 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+
|
|
521 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+
|
|
522 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+
|
|
523 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+
|
|
524 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+
|
|
525 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+
|
|
526 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+
|
|
527 root 20 0 0 0 0 S 0.0 0.0 0:01.10 arc_evi+
|
|
528 root 39 19 0 0 0 S 0.0 0.0 0:01.16 arc_reap
|
|
529 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+
|
|
530 root 39 19 0 0 0 S 0.0 0.0 0:01.14 dbuf_ev+
|
|
531 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+
|
|
532 root 20 0 0 0 0 S 0.0 0.0 0:00.90 l2arc_f+
|
|
537 root 20 0 0 0 0 I 0.0 0.0 1:39.17 kworker+
|
|
538 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon
|
|
635 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
638 root 39 19 0 0 0 S 0.0 0.0 0:00.00 kipmi0
|
|
843 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
868 _rpc 20 0 6568 3792 3372 S 0.0 0.0 0:00.10 rpcbind
|
|
870 _chrony 20 0 19940 5504 4732 S 0.0 0.0 0:00.23 chronyd
|
|
871 message+ 20 0 8476 5184 4232 S 0.0 0.0 0:10.29 dbus-da+
|
|
879 root 20 0 276136 3592 3300 S 0.0 0.0 0:00.00 pve-lxc+
|
|
882 root 20 0 691580 8324 6976 S 0.0 0.0 0:16.74 rrdcach+
|
|
886 root 20 0 10080 6348 4896 S 0.0 0.0 0:00.10 smartd
|
|
888 root 20 0 19100 9232 7884 S 0.0 0.0 0:02.75 systemd+
|
|
895 root 20 0 1489496 112176 26684 S 0.0 0.1 9:59.79 tailsca+
|
|
899 root 20 0 7216 2268 1928 S 0.0 0.0 0:02.23 ksmtuned
|
|
901 root 20 0 2432 1656 1560 S 0.0 0.0 0:02.51 watchdo+
|
|
904 root 20 0 104420 6416 5268 S 0.0 0.0 0:00.01 zed
|
|
908 root 20 0 159036 2472 2108 S 0.0 0.0 0:00.00 lxcfs
|
|
917 root 20 0 5748 2192 1996 S 0.0 0.0 0:00.04 qmeventd
|
|
935 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
936 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
939 root 20 0 5264 1696 1472 S 0.0 0.0 0:00.00 blkmapd
|
|
974 _chrony 20 0 11612 2356 1724 S 0.0 0.0 0:00.00 chronyd
|
|
1073 root 20 0 5972 3504 2652 S 0.0 0.0 0:00.83 dhclient
|
|
1137 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1200 beszel 20 0 2526996 18220 10332 S 0.0 0.0 0:24.40 beszel-+
|
|
1201 _lldpd 20 0 21376 6620 5456 S 0.0 0.0 0:00.10 lldpd
|
|
1202 root 20 0 5520 2696 2444 S 0.0 0.0 0:00.00 lxc-mon+
|
|
1210 root 20 0 266308 32500 15288 S 0.0 0.0 0:16.66 tuned
|
|
1265 root 20 0 8168 2584 2352 S 0.0 0.0 0:00.13 agetty
|
|
1270 root 20 0 11776 7812 6584 S 0.0 0.0 0:00.34 sshd
|
|
1305 _lldpd 20 0 21504 2924 1736 S 0.0 0.0 0:03.76 lldpd
|
|
1317 root 20 0 559848 66548 51240 S 0.0 0.1 1:20.23 pmxcfs
|
|
1366 root 20 0 6864 2964 2712 S 0.0 0.0 0:00.23 cron
|
|
1367 root 20 0 13584 6172 5220 S 0.0 0.0 0:09.32 proxmox+
|
|
1467 root 20 0 43984 4832 4192 S 0.0 0.0 0:00.32 master
|
|
1470 postfix 20 0 44524 7668 6972 S 0.0 0.0 0:00.06 qmgr
|
|
1473 polkitd 20 0 306704 8252 7120 S 0.0 0.0 0:02.26 polkitd
|
|
1491 root 20 0 186484 112872 7372 S 0.0 0.1 6:30.79 pve-fir+
|
|
1505 root 20 0 195384 126352 13320 S 0.0 0.1 24:58.75 pvestatd
|
|
1517 root 20 0 230000 153740 3520 S 0.0 0.1 0:01.62 pvedaem+
|
|
1527 root 20 0 214120 126288 6028 S 0.0 0.1 0:09.16 pve-ha-+
|
|
1532 www-data 20 0 231264 183856 32364 S 0.0 0.1 0:03.68 pveproxy
|
|
1542 www-data 20 0 99260 69496 17460 S 0.0 0.1 0:02.07 spicepr+
|
|
1545 root 20 0 213260 125256 6012 S 0.0 0.1 0:14.03 pve-ha-+
|
|
1635 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1641 root 20 0 0 0 0 I 0.0 0.0 0:00.00 NFSv4 c+
|
|
1762 root 20 0 209836 126496 3408 S 0.0 0.1 0:10.66 pvesche+
|
|
24133 root 20 0 0 0 0 I 0.0 0.0 1:37.42 kworker+
|
|
40835 root 20 0 0 0 0 I 0.0 0.0 1:29.86 kworker+
|
|
52844 root 20 0 0 0 0 I 0.0 0.0 1:15.65 kworker+
|
|
57206 root 20 0 0 0 0 I 0.0 0.0 1:37.04 kworker+
|
|
75049 root 20 0 0 0 0 I 0.0 0.0 1:33.97 kworker+
|
|
132114 root 20 0 79620 2476 2264 S 0.0 0.0 0:05.81 pvefw-l+
|
|
132120 www-data 20 0 99364 56144 3960 S 0.0 0.0 0:02.22 spicepr+
|
|
139690 root 20 0 0 0 0 I 0.0 0.0 1:05.61 kworker+
|
|
280769 root 20 0 0 0 0 I 0.0 0.0 1:59.25 kworker+
|
|
283375 root 20 0 32.1g 1.2g 13888 S 0.0 0.9 8:12.55 kvm
|
|
283460 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
|
|
283519 root 20 0 12.5g 972288 11748 S 0.0 0.7 11:04.70 kvm
|
|
283606 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
|
|
283674 root 20 0 6681512 3.0g 11620 S 0.0 2.4 33:11.76 kvm
|
|
283747 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
|
|
321467 root 20 0 0 0 0 I 0.0 0.0 0:32.05 kworker+
|
|
333663 root 20 0 0 0 0 I 0.0 0.0 1:41.43 kworker+
|
|
349853 root 20 0 0 0 0 I 0.0 0.0 0:23.94 kworker+
|
|
352008 root 20 0 0 0 0 I 0.0 0.0 0:26.94 kworker+
|
|
352653 root 20 0 0 0 0 I 0.0 0.0 0:45.57 kworker+
|
|
358529 root 20 0 0 0 0 I 0.0 0.0 0:21.52 kworker+
|
|
358834 root 20 0 0 0 0 I 0.0 0.0 0:41.41 kworker+
|
|
386304 root 20 0 0 0 0 I 0.0 0.0 0:29.05 kworker+
|
|
390769 root 20 0 0 0 0 I 0.0 0.0 0:05.59 kworker+
|
|
392085 root 20 0 0 0 0 I 0.0 0.0 0:24.46 kworker+
|
|
406090 root 20 0 0 0 0 I 0.0 0.0 0:01.12 kworker+
|
|
407296 root 20 0 239272 164200 11920 S 0.0 0.1 0:10.06 pvedaem+
|
|
408148 root 20 0 239260 164276 11960 S 0.0 0.1 0:08.88 pvedaem+
|
|
410001 root 20 0 239124 164120 11912 S 0.0 0.1 0:08.67 pvedaem+
|
|
416508 root 20 0 0 0 0 I 0.0 0.0 0:25.86 kworker+
|
|
431106 www-data 20 0 252608 179448 13764 S 0.0 0.1 0:10.34 pveprox+
|
|
433881 root 20 0 0 0 0 I 0.0 0.0 0:00.83 kworker+
|
|
440401 www-data 20 0 282476 213016 18916 S 0.0 0.2 0:06.82 pveprox+
|
|
445466 www-data 20 0 252120 177436 12268 S 0.0 0.1 0:01.89 pveprox+
|
|
473878 root 20 0 0 0 0 I 0.0 0.0 0:10.92 kworker+
|
|
485814 root 20 0 0 0 0 I 0.0 0.0 0:00.25 kworker+
|
|
494861 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+
|
|
497634 root 20 0 0 0 0 I 0.0 0.0 0:00.07 kworker+
|
|
502044 root 20 0 0 0 0 I 0.0 0.0 0:00.09 kworker+
|
|
503943 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
505683 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
506853 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+
|
|
506854 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+
|
|
506952 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+
|
|
507327 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
507341 postfix 20 0 44472 7832 7120 S 0.0 0.0 0:00.00 pickup
|
|
507738 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
508329 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
508379 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+
|
|
508486 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
508583 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
508743 root 20 0 0 0 0 I 0.0 0.0 0:00.58 kworker+
|
|
509160 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
509255 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
509305 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
509531 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
509628 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
509827 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
509876 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
509984 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
510038 root 20 0 22240 12636 10232 S 0.0 0.0 0:00.34 systemd
|
|
510040 root 20 0 24404 3840 2040 S 0.0 0.0 0:00.00 (sd-pam)
|
|
510045 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon
|
|
510076 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
510086 root 20 0 19648 11584 9816 S 0.0 0.0 0:00.01 sshd-se+
|
|
510093 root 20 0 19904 7436 5396 S 0.0 0.0 0:00.00 sshd-se+
|
|
510094 root 20 0 7316 3912 3376 S 0.0 0.0 0:00.68 bash
|
|
510821 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+
|
|
511220 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
512734 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
512783 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
513079 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+
|
|
513080 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
513081 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
513084 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
513133 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
513680 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
514303 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
514401 root 20 0 5580 2152 2040 S 0.0 0.0 0:00.00 sleep
|
|
514427 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
514477 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
514478 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
514683 root 20 0 7316 2556 2020 S 0.0 0.0 0:00.00 bash
|
|
514684 root 20 0 5588 2088 1976 S 0.0 0.0 0:00.00 head
|
|
|
|
--- zpool iostat 1 2
|
|
$ zpool iostat 1 2
|
|
no pools available
|
|
no pools available
|
|
|
|
--- arcstat 1 2
|
|
$ arcstat 1 2
|
|
time read ddread ddh% dmread dmh% pread ph% size c avail
|
|
21:56:17 0 0 0 0 0 0 0 3.8K 3.9G 113G
|
|
21:56:18 0 0 0 0 0 0 0 3.8K 3.9G 113G
|
|
|
|
--- /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:
|
|
nic2:
|
|
nic3:
|
|
nic4:
|
|
nic5:
|
|
vmbr0:
|
|
tailscale0:
|
|
nic3.2:
|
|
br-rr-mgmt:
|
|
bond0:
|
|
storagenet:
|
|
tap100i0:
|
|
fwbr100i0:
|
|
fwpr100p0:
|
|
fwln100i0:
|
|
tap600i0:
|
|
fwbr600i0:
|
|
fwpr600p0:
|
|
fwln600i0:
|
|
tap601i0:
|
|
fwbr601i0:
|
|
fwpr601p0:
|
|
fwln601i0:
|
|
--- t0 ---
|
|
Inter-| Receive | Transmit
|
|
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
|
|
lo: 49881855 317183 0 0 0 0 0 0 49881855 317183 0 0 0 0 0 0
|
|
nic0: 2383968498 6888932 0 3434 0 0 0 2549914 4955322257 5054145 0 3 0 0 0 0
|
|
nic1: 64095386922 45595194 0 0 0 0 0 70702 20169500291 24280582 0 0 0 0 0 0
|
|
nic2: 22517611176 15969865 0 0 0 0 0 29700 3369754684 4908528 0 0 0 0 0 0
|
|
nic3: 11531819 114601 0 0 0 0 0 102535 982400 3782 0 0 0 0 0 0
|
|
nic4: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
nic5: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
vmbr0: 565764366 4097938 0 0 0 0 0 2150428 4612802296 978840 0 3 0 0 0 0
|
|
tailscale0: 136364568 1048146 0 0 0 0 0 0 7938442643 905840 0 0 0 0 0 0
|
|
nic3.2: 0 0 0 0 0 0 0 0 906 7 0 0 0 0 0 0
|
|
br-rr-mgmt: 0 0 0 0 0 0 0 0 906 7 0 0 0 0 0 0
|
|
bond0: 86612998098 61565059 0 6866 0 0 0 100402 23539254975 29189110 0 0 0 0 0 0
|
|
storagenet: 83439838122 22113399 0 5 0 0 0 86664 22715542261 18387910 0 0 0 0 0 0
|
|
tap100i0: 429526 4384 0 0 0 0 0 0 143570778 1342908 0 0 0 0 0 0
|
|
fwbr100i0: 124047198 1338050 0 1940 0 0 0 896415 0 0 0 0 0 0 0 0
|
|
fwpr100p0: 823195 5965 0 1581 0 0 0 0 143572359 1342908 0 0 0 0 0 0
|
|
fwln100i0: 143572359 1342908 0 1581 0 0 0 0 823195 5965 0 0 0 0 0 0
|
|
tap600i0: 26392830 128083 0 0 0 0 0 0 201809560 1545863 0 0 0 0 0 0
|
|
fwbr600i0: 124036770 1337930 0 1939 0 0 0 896345 0 0 0 0 0 0 0 0
|
|
fwpr600p0: 26786499 129664 0 1581 0 0 0 0 201811355 1545864 0 0 0 0 0 0
|
|
fwln600i0: 201811355 1545864 0 1581 0 0 0 0 26786499 129664 0 0 0 0 0 0
|
|
tap601i0: 27791600 141115 0 0 0 0 0 0 534554381 1578547 0 0 0 0 0 0
|
|
fwbr601i0: 124022058 1337793 0 1939 0 0 0 896276 0 0 0 0 0 0 0 0
|
|
fwpr601p0: 28185269 142696 0 1581 0 0 0 0 534555962 1578547 0 0 0 0 0 0
|
|
fwln601i0: 534555962 1578547 0 1581 0 0 0 0 28185269 142696 0 0 0 0 0 0
|
|
--- t1 (1s later) ---
|
|
Inter-| Receive | Transmit
|
|
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
|
|
lo: 49881855 317183 0 0 0 0 0 0 49881855 317183 0 0 0 0 0 0
|
|
nic0: 2383971493 6888957 0 3434 0 0 0 2549929 4955323039 5054150 0 3 0 0 0 0
|
|
nic1: 64095386922 45595194 0 0 0 0 0 70702 20169500291 24280582 0 0 0 0 0 0
|
|
nic2: 22517611176 15969865 0 0 0 0 0 29700 3369754684 4908528 0 0 0 0 0 0
|
|
nic3: 11531947 114603 0 0 0 0 0 102537 982400 3782 0 0 0 0 0 0
|
|
nic4: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
nic5: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
vmbr0: 565765502 4097954 0 0 0 0 0 2150435 4612802932 978844 0 3 0 0 0 0
|
|
tailscale0: 136364568 1048146 0 0 0 0 0 0 7938442643 905840 0 0 0 0 0 0
|
|
nic3.2: 0 0 0 0 0 0 0 0 906 7 0 0 0 0 0 0
|
|
br-rr-mgmt: 0 0 0 0 0 0 0 0 906 7 0 0 0 0 0 0
|
|
bond0: 86612998098 61565059 0 6866 0 0 0 100402 23539254975 29189110 0 0 0 0 0 0
|
|
storagenet: 83439838122 22113399 0 5 0 0 0 86664 22715542261 18387910 0 0 0 0 0 0
|
|
tap100i0: 429526 4384 0 0 0 0 0 0 143571502 1342920 0 0 0 0 0 0
|
|
fwbr100i0: 124047754 1338062 0 1940 0 0 0 896422 0 0 0 0 0 0 0 0
|
|
fwpr100p0: 823195 5965 0 1581 0 0 0 0 143573083 1342920 0 0 0 0 0 0
|
|
fwln100i0: 143573083 1342920 0 1581 0 0 0 0 823195 5965 0 0 0 0 0 0
|
|
tap600i0: 26392830 128083 0 0 0 0 0 0 201810284 1545875 0 0 0 0 0 0
|
|
fwbr600i0: 124037326 1337942 0 1939 0 0 0 896352 0 0 0 0 0 0 0 0
|
|
fwpr600p0: 26786499 129664 0 1581 0 0 0 0 201812079 1545876 0 0 0 0 0 0
|
|
fwln600i0: 201812079 1545876 0 1581 0 0 0 0 26786499 129664 0 0 0 0 0 0
|
|
tap601i0: 27791600 141115 0 0 0 0 0 0 534555105 1578559 0 0 0 0 0 0
|
|
fwbr601i0: 124022614 1337805 0 1939 0 0 0 896283 0 0 0 0 0 0 0 0
|
|
fwpr601p0: 28185269 142696 0 1581 0 0 0 0 534556686 1578559 0 0 0 0 0 0
|
|
fwln601i0: 534556686 1578559 0 1581 0 0 0 0 28185269 142696 0 0 0 0 0 0
|
|
|
|
###############################################################################
|
|
# 27. DNS / NTP / TIME
|
|
###############################################################################
|
|
|
|
--- /etc/resolv.conf
|
|
--- /etc/resolv.conf ---
|
|
domain knel.net
|
|
search knel.net
|
|
nameserver 100.100.100.100
|
|
|
|
--- /etc/hosts
|
|
--- /etc/hosts ---
|
|
127.0.0.1 localhost.localdomain localhost
|
|
192.168.100.2 pfv-tsys6.knel.net pfv-tsys6
|
|
|
|
# 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:56:20 CDT
|
|
Universal time: Tue 2026-07-28 02:56:20 UTC
|
|
RTC time: Tue 2026-07-28 02:56:20
|
|
Time zone: America/Chicago (CDT, -0500)
|
|
System clock synchronized: yes
|
|
NTP service: active
|
|
RTC in local TZ: no
|
|
|
|
--- chronyc tracking
|
|
$ chronyc tracking
|
|
Reference ID : 178FC4C8 (time-usw3.crimpac.net)
|
|
Stratum : 3
|
|
Ref time (UTC) : Tue Jul 28 02:47:47 2026
|
|
System time : 0.000495940 seconds fast of NTP time
|
|
Last offset : -0.000024632 seconds
|
|
RMS offset : 0.000136164 seconds
|
|
Frequency : 39.224 ppm slow
|
|
Residual freq : -0.000 ppm
|
|
Skew : 0.015 ppm
|
|
Root delay : 0.058909986 seconds
|
|
Root dispersion : 0.001631455 seconds
|
|
Update interval : 1035.8 seconds
|
|
Leap status : Normal
|
|
|
|
--- chronyc sources
|
|
$ chronyc sources
|
|
MS Name/IP address Stratum Poll Reach LastRx Last sample
|
|
===============================================================================
|
|
^+ ntp.maxhost.io 2 10 377 323 +6964us[+6964us] +/- 52ms
|
|
^+ 72-14-182-49.ip.linodeus> 2 10 377 111m -14ms[ -14ms] +/- 72ms
|
|
^* time-usw3.crimpac.net 2 10 377 512 -1628us[-1653us] +/- 32ms
|
|
^- time1.lshiy.com 2 10 377 434 +579us[ +579us] +/- 124ms
|
|
|
|
--- 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:56:22 2026
|
|
*raw
|
|
:PREROUTING ACCEPT [29647050:84568128987]
|
|
:OUTPUT ACCEPT [17798636:34968151476]
|
|
COMMIT
|
|
# Completed on Mon Jul 27 21:56:22 2026
|
|
# Generated by iptables-save v1.8.11 on Mon Jul 27 21:56:22 2026
|
|
*mangle
|
|
:PREROUTING ACCEPT [29647490:84568260779]
|
|
:INPUT ACCEPT [24343412:83915572018]
|
|
:FORWARD ACCEPT [0:0]
|
|
:OUTPUT ACCEPT [17798824:34968182283]
|
|
:POSTROUTING ACCEPT [17798824:34968182283]
|
|
-A PREROUTING -m conntrack --ctstate RELATED,ESTABLISHED -j CONNMARK --restore-mark --nfmask 0xff0000 --ctmask 0xff0000
|
|
-A OUTPUT -m conntrack --ctstate NEW -m mark ! --mark 0x0/0xff0000 -j CONNMARK --save-mark --nfmask 0xff0000 --ctmask 0xff0000
|
|
COMMIT
|
|
# Completed on Mon Jul 27 21:56:22 2026
|
|
# Generated by iptables-save v1.8.11 on Mon Jul 27 21:56:22 2026
|
|
*nat
|
|
:PREROUTING ACCEPT [5095501:607670083]
|
|
:INPUT ACCEPT [97588:23505510]
|
|
:OUTPUT ACCEPT [205433:13365986]
|
|
:POSTROUTING ACCEPT [205433:13365986]
|
|
:ts-postrouting - [0:0]
|
|
-A POSTROUTING -j ts-postrouting
|
|
-A ts-postrouting -m mark --mark 0x40000/0xff0000 -j MASQUERADE
|
|
COMMIT
|
|
# Completed on Mon Jul 27 21:56:22 2026
|
|
# Generated by iptables-save v1.8.11 on Mon Jul 27 21:56:22 2026
|
|
*filter
|
|
:INPUT ACCEPT [22198826:83549888292]
|
|
:FORWARD ACCEPT [0:0]
|
|
:OUTPUT ACCEPT [17798962:34968198755]
|
|
: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.73.35.111/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:56:22 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 (870)
|
|
/usr/sbin/chronyd (974)
|
|
/usr/sbin/dhclient (1073) /{,usr/}sbin/dhclient
|
|
0 processes are in complain mode.
|
|
0 processes are in prompt mode.
|
|
0 processes are in kill mode.
|
|
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
|
|
283674 root 3152360 6681512 4.2 2.3 kvm
|
|
283375 root 1206832 33645236 1.0 0.9 kvm
|
|
283519 root 972288 13097596 1.4 0.7 kvm
|
|
440401 www-data 213016 282476 0.0 0.1 pveproxy worker
|
|
1532 www-data 183856 231264 0.0 0.1 pveproxy
|
|
431106 www-data 179448 252608 0.0 0.1 pveproxy worker
|
|
445466 www-data 177436 252120 0.0 0.1 pveproxy worker
|
|
408148 root 164276 239260 0.0 0.1 pvedaemon worke
|
|
407296 root 164200 239272 0.0 0.1 pvedaemon worke
|
|
410001 root 164120 239124 0.0 0.1 pvedaemon worke
|
|
|
|
--- top 10 CPU hogs
|
|
$ ps -eo pid,user,pcpu,pmem,rss,comm --sort=-pcpu | head -n 11
|
|
PID USER %CPU %MEM RSS COMMAND
|
|
514782 root 200 0.0 4320 ps
|
|
283674 root 4.2 2.3 3152360 kvm
|
|
514716 root 3.7 0.0 7844 systemd-timedat
|
|
1505 root 1.4 0.0 126352 pvestatd
|
|
283519 root 1.4 0.7 972288 kvm
|
|
283375 root 1.0 0.9 1206832 kvm
|
|
895 root 0.5 0.0 112176 tailscaled
|
|
1491 root 0.3 0.0 112872 pve-firewall
|
|
333663 root 0.2 0.0 0 kworker/2:2-events
|
|
280769 root 0.2 0.0 0 kworker/4:1-mm_percpu_wq
|
|
|
|
--- top file-handle holders
|
|
$ for pid in $(ps -e -o pid= | head -n 200); do
|
|
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=183 systemd
|
|
871 fd=54 dbus-daemon
|
|
|
|
--- largest files in /var/log (top 10)
|
|
$ find /var/log -type f -size +10M -exec ls -lh {} \; 2>/dev/null | sort -k5 -h -r | head -n 10
|
|
-rw-r-----+ 1 root systemd-journal 48M Jul 26 21:41 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-0000000000aaddb6-0006573b07494316.journal
|
|
-rw-r-----+ 1 root systemd-journal 40M Jun 30 19:37 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-000000000038a442-0006557cf09641f4.journal
|
|
-rw-r-----+ 1 root systemd-journal 40M Jun 30 13:42 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-0000000000376a86-000655780da6f4c5.journal
|
|
-rw-r-----+ 1 root systemd-journal 40M Jun 30 07:52 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-0000000000362fde-000655734d2df63f.journal
|
|
-rw-r-----+ 1 root systemd-journal 40M Jun 30 02:12 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-000000000034f5bb-0006556e8bddd9eb.journal
|
|
-rw-r-----+ 1 root systemd-journal 40M Jun 29 20:32 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-000000000033bbf2-00065569a06bd630.journal
|
|
-rw-r-----+ 1 root systemd-journal 40M Jun 29 14:40 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-000000000032826f-00065564cdc63e62.journal
|
|
-rw-r-----+ 1 root systemd-journal 40M Jul 9 21:03 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-00000000006767b5-00065633481dab4d.journal
|
|
-rw-r-----+ 1 root systemd-journal 40M Jul 9 15:15 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-0000000000662e14-0006562e61a1bc3f.journal
|
|
-rw-r-----+ 1 root systemd-journal 40M Jul 9 09:24 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-000000000064f3c0-00065629babb9e3d.journal
|
|
|
|
###############################################################################
|
|
# 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)"
|
|
br-rr-mgmt : 100 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration
|
|
nic0 : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration
|
|
nic1 : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration
|
|
nic2 : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration
|
|
nic3 : 100 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration
|
|
nic3.2 : 100 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)"
|
|
bond0 : mtu=1500
|
|
br-rr-mgmt : mtu=1500
|
|
fwbr100i0 : mtu=1500
|
|
fwbr600i0 : mtu=1500
|
|
fwbr601i0 : mtu=1500
|
|
fwln100i0 : mtu=1500
|
|
fwln600i0 : mtu=1500
|
|
fwln601i0 : mtu=1500
|
|
fwpr100p0 : mtu=1500
|
|
fwpr600p0 : mtu=1500
|
|
fwpr601p0 : mtu=1500
|
|
nic0 : mtu=1500
|
|
nic1 : mtu=1500
|
|
nic2 : mtu=1500
|
|
nic3 : mtu=1500
|
|
nic3.2 : mtu=1500
|
|
storagenet : mtu=1500
|
|
tap100i0 : mtu=1500
|
|
tap600i0 : mtu=1500
|
|
tap601i0 : mtu=1500
|
|
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= 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=3840 bytes ARC max=13515096064 bytes RAM total=135158845440 bytes
|
|
ARC max is 9% of RAM (Proxmox default ~50%)
|
|
|
|
|
|
--- [I] VMs with non-optimal storage/NIC models
|
|
$ 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: ide-disk
|
|
VM 600: ide-disk
|
|
VM 601: ide-disk
|
|
[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-tsys6
|
|
# Output: /root/pfv-tsys6.log
|
|
# Size: 907138 bytes / 16990 lines
|
|
# Elapsed: 355 seconds
|
|
###############################################################################
|