Recent content by tomten

  1. T

    QEMU 11.0 available on pve-test and pve-no-subscription as of now

    That's what I tried (I skipped the patching), the VM didn't find any NIC when I added that option (maybe I did it wrong), like this: net0: virtio=BC:24:11:D4:9D:A9,bridge=vmbr0,firewall=1,host_tunnel=off
  2. T

    QEMU 11.0 available on pve-test and pve-no-subscription as of now

    @fiona was that meant for me ? Edit: I guess so, I tried adding that option to the nic of the vm and turning checksumming but it then the network of the vm didnt work (no nic found in the vm)
  3. T

    QEMU 11.0 available on pve-test and pve-no-subscription as of now

    @fiona It's an alpine linux vm (6.18.33-0-lts) running k3s with a flannel network config. agent: 1 balloon: 0 bios: seabios boot: order=scsi0;net0 cores: 4 cpu: host memory: 6144 meta: creation-qemu=7.1.0,ctime=1673013831 name: k3s-node4 net0: virtio=BC:24:11:D4:9D:A9,bridge=vmbr0,firewall=1...
  4. T

    QEMU 11.0 available on pve-test and pve-no-subscription as of now

    Ive attached the output of those commands included the ethtool at the top. Afaik I remember using 6.17 didn't help.
  5. T

    QEMU 11.0 available on pve-test and pve-no-subscription as of now

    Not the person you replied too but I tested and it didn't work with 10.2.1-2 but did with 10.1.2-7, I have a realtek nic though and my problem was internal dns didn't work in my k3s node.
  6. T

    Opt-in Linux 7.0 Kernel for Proxmox VE 9 available

    I've seen similar issues but with a realtek nic, I just figured it was realtek being realtek and turned off checksum offloading.
  7. T

    Opt-in Linux 6.8 Kernel for Proxmox VE 8 available on test & no-subscription

    Not exactly the same but I run a LXC with kodi on a AMD 4800H box and with a 6.8 kernel I get a GUI but it's sluggish and crashes, works without a problem on 6.5. I'm not seeing any crashes from the kernel though, in fact there are no errors.
  8. T

    PVE 7 build kernel

    Yes it's an existing checkout and your suggestion solved the problem, I did a distclean and make though.
  9. T

    PVE 7 build kernel

    @fabian seems to be the same issue again with the latest kernel: test -f "submodules/ubuntu-hirsute/README" || git submodule update --init submodules/ubuntu-hirsute error: Server does not allow request for unadvertised object 28b10a79cd47f0df03d510642e764ff300251a78 Fetched in submodule path...
  10. T

    PVE 7 build kernel

    I'm trying to build the latest kernel on Ubuntu 21.04 but I'm getting an error when it's trying to checkout the ubuntu submodule: test -f "submodules/ubuntu-hirsute/README" || git submodule update --init submodules/ubuntu-hirsute error: Server does not allow request for unadvertised object...