@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...
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...
@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...
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?
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...
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...
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...
Error message on syslog when I switch on a VM. Also appearing randomly often leading to crashing the whole PVE.
Feb 24 16:21:34 snuc2 kernel: e1000e 0000:00:1f.6 eno1: Detected Hardware Unit Hang:
TDH <a>
TDT <6a>
next_to_use <6a>
next_to_clean...
This error is showing up randomly on syslog and the connected VM keeps crashing. How to troubleshoot?
I've passed through the entire USB port to the VM. It's connected to the USB 2.0 port on the host (Intel NUC 10)
I didn't touch the connection, it's already connected since the PVE booted few...
Hi,
I'm trying to passthrough the iGPU on Intel Nuc 10iFNH, on the host the i915 module is installed (modprobe i915 completes without output), but within the container it's not. Is this a PVE kernel issue?
root@plex:~# modprobe i915
modprobe: FATAL: Module i915 not found in directory...
i915 driver found on host but not within container:
root@plex:~# modprobe i915
modprobe: FATAL: Module i915 not found in directory /lib/modules/5.13.19-3-pve
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.