Recent content by jt-socal

  1. J

    NVIDIA vGPU Software 18 Support for Proxmox VE

    Thanks, for me this is just a hobby and I won't hold you or anyone on this list to anything, but it is your understanding that if I do not want NVIDIA support I will: get full use of the paid for NVIDIA hardware get full use of whatever software/drivers are needed for virtualization with...
  2. J

    NVIDIA vGPU Software 18 Support for Proxmox VE

    Are there one time or on-going licensing fees to do this?
  3. J

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

    Chat GPT says: It’s essentially a null-pointer dereference in the kernel’s memory-management code (you can see it die at __rb_insert_augmented while handling a process clone). The “Tainted: P O” means out-of-tree/proprietary modules are loaded (e.g., ZFS, wireguard, etc.). Most likely, an...
  4. J

    How to transfer LVM Thin disk from an old drive to new proxmox server?

    I did migrations recently and used /usr/sbin/qm remote-migrate However, both machines were running proxmox. One machine, the sender, did have thin drives and the receipient server did not. After tha transfer I did a qemu-img convert -c -O qcow2 to shrink the drive down. HTH
  5. J

    No Networking After Upgrade to 8.2

    Thanks, so, like this? 1. boot into new kernel 2. ip a 3. cd /etc/network 4. cp interfaces interfaces.backup.just.in.case 5. nano -w interfaces a. replace interface names without output of ip a, save and exit 6. service networking restart
  6. J

    No Networking After Upgrade to 8.2

    Thanks, deleted prior post with info I would prefer not be public. Can provide directly if needed. I'll test out new names and new kernels this weekend. Thanks again.
  7. J

    No Networking After Upgrade to 8.2

    Thanks, redacted so would not be displayed publically. Happy to provide directly.
  8. J

    No Networking After Upgrade to 8.2

    I upgraded to 8.2 and now have no networking connections. I still have the same IP, but cannot ping out from the machine to the network or any VM. I am also unable to ping the host. Obviously cannot connect to web interface or reach any VM. Any suggestions please? I tried disabling...
  9. J

    spurious kernel messages since upgrade to 7.2

    I solved this by installing the latest microcode, "apt install intel-microcode" which required enabling non-free in sources, which required a dependency which required I enable contrib in sources. Previously from /proc/cpuinfo: microcode : 0x2006a08 Now: microcode : 0x2006d05
  10. J

    [SOLVED] No network connectivity after Fresh Proxmox 7 install

    Solved it by adding the following line under iface vmbr0 inet static in /etc/network/interfaces hwaddress XX:XX The XX:XX is the full mac address of the physical interface.
  11. J

    [SOLVED] No network connectivity after Fresh Proxmox 7 install

    I came in to ask same thing. Have tried upgrade and fresh install, neither has network connectivity. I should say both of my are into a VM on Hyper-V, which is my third machine in my quorum without intention of hosting other vms.