Skip to content

Instantly share code, notes, and snippets.

@thebream
thebream / !Remediation script for e1000e network driver hang on Proxmox VE.md
Last active December 4, 2025 20:47
Remediation script for e1000e network driver hang on Proxmox VE

Check recent system journal entries for "hang detected" message(s), and if found then reset network interface.

Workaround until driver / kernel fixed.

TLDR; Quick start

  1. Copy attached script to somewhere, e.g. /root/cron/hangcheck2.sh
  2. If your interface name is not eno1 then update the ifup and ifdown commands
  3. Review code for your peace of mind (after all, this script is going to be running as root!)
  4. Give it a test run: