Search results

  1. 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...
  2. 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...
  3. 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...
  4. M

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

    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...
  5. M

    kernel: usb 1-6: reset full-speed USB device number 2 using xhci_hcd

    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...
  6. M

    LXC can't find i915 kernel module installed on host

    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...
  7. M

    Intel Nuc 10 GPU passthrough to LXC for Plex hardware transcoding

    Hi, I've configured the container as follows: arch: amd64 cores: 4 features: nesting=1 hostname: plex memory: 4096 net0: name=eth0,bridge=vmbr0,hwaddr=36:E6:21:5B:00:CE,ip=dhcp,type=veth onboot: 0 ostype: ubuntu rootfs: local-lvm:vm-103-disk-0,size=8G swap: 1024 lxc.cgroup2.devices.allow: c...