Fix proxmox error: Reset adapter unexpectedly/Detected Hardware Unit Hang
iface eno1 inet manual
# ... existing lines
post-up /sbin/ethtool -K $IFACE tso off
Resources:
Search for a command to run...
iface eno1 inet manual
# ... existing lines
post-up /sbin/ethtool -K $IFACE tso off
Resources:
No comments yet. Be the first to comment.
Initial brain dump I noticed something a little counter intuitive for me… My home computer has the following specs: CPU: Ryzen 9 7900X : 12 Cores / 24 threads (2 CCDs) / Special NUMA architecture So There is basically 6 cores per silicon die. The...
Create a privileged container in Proxmox Make sure container doesn’t start right after creation Append extra config for to lxc container conf file On the proxmox host edit the file /etc/pve/lxc/<container id>.conf and add the following content lxc....
Installation (Ubuntu 22.04) https://kasmweb.com/docs/latest/install/single_server_install.html apt update && apt upgrade -y && apt install curl -y cd /tmp curl -O https://kasm-static-content.s3.amazonaws.com/kasm_release_1.13.1.421524.tar.gz tar -x...
Follow this article to pass through the iGPU to the LXC container first. In the Kasm admin panel go to Workspaces / <workspace : edit> By default the iGPU is used with DRI3 Under “Docker Run Config Overide (JSON)” set: { "environment": { "HW3D...
