Search results

  1. A

    NIC kernel driver stucked in vfio-pci

    Hi, I tried to passthrough a NIC to a VM. It didn't work as I expected because, looks like although it is a quad nic it might be seem as one internally. As soon as the VM started the Proxmox lost it's connectivity. Since I couldn't access the server via web interface, I did using a kvm. Using...
  2. A

    autoinstall for kernel: 6.5.11-3-pve failed!

    I just uninstall the driver and let the update happen. Once it did I was expecting the disconnections I was seeing before. They did not appeared so far. I can confirm I'm using the r8169 driver instead of the r8168 that I was using before. In my case it seems that the issue is solved
  3. A

    autoinstall for kernel: 6.5.11-3-pve failed!

    Hi, I tried to update my proxmox servers. Two of them went ok without a problem. One of them I'm getting this error message Setting up proxmox-kernel-6.5.11-3-pve (6.5.11-3) ... Examining /etc/kernel/postinst.d. run-parts: executing /etc/kernel/postinst.d/dkms 6.5.11-3-pve...
  4. A

    Virtualized OpnSense full download speed but 10% of upload

    So, I was able to figure this out. I had to install the r8168-dkms to make it work properly. Looks like the r8169 or something wasn't 100% compatible. Once I installed it the performance went back to the normal. Not sure if it will be ever fixed on the newer driver
  5. A

    Virtualized OpnSense full download speed but 10% of upload

    I have checked the usb config, changed the usb port , changed the cables etc. My line of thought is, if it can download at 350mbps it shouldn’t be any hw issue nor the cable or port. It kind of proved that it can handle higher speeds. My thoughts are now with the Realtek drivers. The old...
  6. A

    Virtualized OpnSense full download speed but 10% of upload

    So, this is a weird situation. I have a virtualized OpnSense under Proxmox. In fact they are two acting as HA. Last week I had a hardware failure on the main Proxmox hw and had to change the hardware. I returned the backuped VM on the new HW and it appeared to be fine. When I checked the...
  7. A

    System hanging after upgrade...NIC driver?

    Have you done it ? Did it work ?
  8. A

    Slow TrueNas Core VM boot

    I did a test with 32 Gb and it took 28s instead of the 3 min it normally takes. On the other hand I have another VM with 256Gb of RAM that takes 5s to start. So my guess is, is the memory plus the HBA passthrough. I think this is the time it takes and I just have to get over it... I don't...
  9. A

    Slow TrueNas Core VM boot

    I didn't nor the NUMA was enabled. I enabled both. The boot time still the same. Anyway, it was a good tip the NUMA
  10. A

    Slow TrueNas Core VM boot

    Hi I have a TrueNas Core 13.0-U3.1 VM running under Proxmox 7.3.6. The boot time for that VM is really high. It doesn't happen for other VMs on the same server. This is what I see: after the start of the VM it takes up to two or more minutes to be able to see anything at the console. The whole...
  11. A

    Proxmox NIC and WIFI adapter passthrough to VM not accessable via NIC/LAN

    Oi Oguz, To be honest I gave up and went in a different direction to solve my issue. Turns out that the specific WIFI module that I was using doesn't have drivers for linux in general. Some people tried to generate one compiling others drivers. The result is a very poor performance and a...
  12. A

    Why one of my nodes have a different PVE kernel version ?

    Thanks, was the reboot that was missing. I could swear that I've done it. Silly mistake....
  13. A

    Why one of my nodes have a different PVE kernel version ?

    Hi I have 3 nodes in my lab. Two of them have Linux 5.15.35-1-pve #1 SMP PVE 5.15.35-3 as their kernel. The other one have Linux 5.15.35-1-pve #1 SMP PVE 5.15.35-2 I have checked the source list on all machines and they are the same. The two that have the same versions are NUC PCs with i7...
  14. A

    Proxmox NIC and WIFI adapter passthrough to VM not accessable via NIC/LAN

    Hi, I need to use a WIFI adapter on one of my VMs to be able to access an specific equipment. If I connect the usb wifi adapter, although the NICs are connected as before, I cannot access the server or ping it. As soon as I remove the adapter and reboot again, everything works. I think I...
  15. A

    unable to get (default) repository when running prune in the CLI

    Hi I'm trying to prune running proxmox-backup-client prune vm/105 --keep-hourly 25 --keep-daily 8 --keep-weekly 2 --keep-monthly 1 and this is the error I'm getting Error: unable to get (default) repository My backup per the GUI runs at 01:45 am, but I have a local job at the VE host that...
  16. A

    Host Memory used is bigger than the sum of VMs

    Hi James, Thanks, sorry newbie. For the hosts all of them are ZFS, for the ISOs LVM (ex4). I didn't tweaked anything in ZFS. Is there a guide I can read or try to follow ? I'm using the Proxmox GUI Summary as the measure. I tried top now and I saw the same thing. I don't have cache set...
  17. A

    Host Memory used is bigger than the sum of VMs

    Hi all I'm running Proxmox at a 24 x Intel(R) Xeon(R) CPU E5-2620 v2 @ 2.10GHz (2 Sockets) with 256GB of RAM Linux versions Linux 5.11.22-3-pve #1 SMP PVE 5.11.22-6 Proxmox pve-manager/7.0-11 Right now I have 5 VMs running. 4 Ubuntu servers, 1x32GB RAM,1x16GB RAM, 1x 4GB/8GB RAM ballooning...
  18. A

    I can see the ZFS disk but it doesn't show on zpool list

    Hi I did screw up. I remove my PBS backup disk from the server and from the ZFS disks. I can see the disk on the disks list of the GUI. If I try to wipe it, it says disk/partition '/dev/sdb' has a holder (500) I tried to import it through the command line using zpool import -a -f -d /dev/sdb...
  19. A

    watchdog: BUG: soft lockup after installing VE 7

    I tried to install it from the scratch. Booting from an USB and it has some incompatibility with my hardware. It freezes during install. Msg Watchdog: BUG: soft lockup - CPU#2 stcuk for 22s It seems related to the linux Kernel. Any ideas ?