Recent content by md127

  1. M

    [SOLVED] Intel NIC e1000e hardware unit hang

    @oguz guess that's it! I don't see any more hardware hangs. Thanks much for helping debug the issue and provide the workaround. Is it possible to disable rx-vlan/tx-vlan offload in that script as well? root@snuc2:~# ethtool -k eno1|grep offload tcp-segmentation-offload: off...
  2. M

    [SOLVED] Intel NIC e1000e hardware unit hang

    Awesome! thanks again. Will try and mark this as a "solution" if it works :) Last question (for the time being): only gso/tso off? What about the others? Right now I've switched off a lot more options in the interfaces file shared above, which gives me this: root@snuc2:~# ethtool -k eno1|grep...
  3. M

    [SOLVED] Intel NIC e1000e hardware unit hang

    Thanks! Apply them to the vmbr0 interface as well? And reboot PVE?
  4. M

    [SOLVED] Intel NIC e1000e hardware unit hang

    @oguz That's a great tip as although I had them disabled in the interface file (see below), the offloading got enabled automatically! Do we need to setup a cron job to periodically disable this? auto lo iface lo inet loopback iface eno1 inet manual offload-gso off offload-gro...
  5. M

    e1000 driver hang

    I don’t have any VLAN setup. If any Proxmox staff is reading this perhaps they could acknowledge and document that Intel NICs are not supported.
  6. M

    e1000 driver hang

    @prx that could make a difference as mine are on 5.13.19-4-pve
  7. M

    e1000 driver hang

    Thanks for responding. Yes I did, still getting the hang messages randomly: https://forum.proxmox.com/threads/intel-nuc-10-i219-v-e1000e-hardware-hang.106294/ Which kernel are you on?
  8. M

    Intel Nuc 10/I219-V e1000e hardware hang

    I've switched off all offloading as per this post. But I can confirm that this doesn't solve the issue anymore. I'm on kernel pve-kernel-5.13.19-4-pve: 5.13.19-9 Syslog is intermittently filled with these messages. I can't do bulk data transfers through the network interface; As soon as I try a...
  9. M

    e1000 driver hang

    I can confirm that the workaround mentioned on this thread doesn't work.
  10. M

    segfault in libc-2.31.so

    Getting this on syslog frequently now after running for a few days. What could be the issue? Mar 10 07:11:54 snuc2 kernel: pvedaemon worke[1095677]: segfault at 7f350a554000 ip 00007f3514c28a70 sp 00007ffd04e36748 error 4 in libc-2.31.so[7f3514af2000+14b000] Mar 10 07:11:54 snuc2 kernel: Code...
  11. M

    [SOLVED] Intel NIC e1000e hardware unit hang

    This has been discussed many times, is there a solution/workaround yet, as the specified steps are not working for me? I've the following in /etc/network/interfaces auto lo iface lo inet loopback iface eno1 inet manual offload-gso off offload-gro off offload-tso off...
  12. M

    kernel: e1000e 0000:00:1f.6 eno1: Detected Hardware Unit Hang:

    I'm running PVE 7.1 on Intel NUC 10iFNH. Attached system report.