Recent content by apoc

  1. A

    move full proxmox system from hdd to ssd

    I don´t think this is working on a running system, because you wont have a consistent filesystem. Only chance if you are able to quiesce, snapshot and then transfer the snapshot. Those cloning-operations usually need the system to be powered off.
  2. A

    [SOLVED] Sockets vs Cores vs Threads vs vCPU vs CPU Units

    @marked23 : In my humble opinion the "issue" starts at a different place. The "one-vm-on-the-hypvervisor" setup you describe is an edge-case. Hypervisors were built to have massive-parallel work to do, because all the time some of the VMs is doing a little. But not all VMs need everything the...
  3. A

    Best way to setup swap partition?

    There might be even another option. It just popped into my mind. Swap does not necessarily needs to be a partition. You could also use a file as swap-device. Maybe this is something easier to accomplish?
  4. A

    [SOLVED] Sockets vs Cores vs Threads vs vCPU vs CPU Units

    Agree. There is no other answer than "it depends". Pretty much the whole IO-profile plays a significant role. Including the dependency of your hardware-setup (DMA-Access, Interrupts, etc.). In my opinion you should primarily have a look on the CPU Oversubscription and memory assignment. I´d...
  5. A

    [SOLVED] /lib/modules filling up hard drive

    I have checked on my end and I can´t repro. I am on 6.8.8-3 though. What do your other machines run? I have noticed that at some point the script took some time (likely because of slow storage answer times) but it then ran without any further issues. Have you been patient enough?
  6. A

    [SOLVED] /lib/modules filling up hard drive

    @yamzvinz: As already stated you need to have sudo installed. Aside that if you don´t use the "-e" parameter the script will only work in "dry-mode", so it does not execute any action.
  7. A

    [SOLVED] Adding HBA card kills my ethernet?

    I'd try to use a different PCIe-Slot. Also try to disable VT-d or similar virtualization technologies and all unneccessary IO-ports (e.g. serial connectors).
  8. A

    Cpu cores and threads.

    What exactly is slow and how much time does each individual step take? To boot the vm? I think this is absolutely reasonable. I do boot my VMs partially sequential, partiall parallel. In the end it takes some time to get them all up. I have never tried to do everything in parallel. it also...
  9. A

    Ubuntu stops services suddenly, SSH, Caddy Serve

    Do you have enough memory? Does the filesystem have free space? Is the filesystem still mounted read/write? A few things to start with ;)
  10. A

    Migration from VMWare ESXi to Proxmox

    I'd refer to my post here. Maybe the discussion in the thread is helpful as well: https://forum.proxmox.com/threads/migrate-vms-from-proxmox-hyper-v.48682/#post-228123
  11. A

    PFSENSE - Firewall - home using

    I guess AMT is this: https://www.intel.de/content/www/de/de/architecture-and-technology/vpro/active-management-technology/implementation.html
  12. A

    ram 24gb 1333mhz dual rank vs 32gb 800mhz quad rank?

    IMHO forget timing and clockspeeds. This is old gear but I am taking almost any bet you won't notice the difference. 8GB more memory will boost your system more than faster memory. I switched from PC3-10666 to PC3-8500 on my opteron - never felt a difference.
  13. A

    PFSENSE - Firewall - home using

    According to this post a BIOS update might be helpful. Disabling offloading does not seem to help. https://forum.netgate.com/topic/175592/can-not-get-dhcp-leases-on-new-intel-i225-lm-based-machine/13 What BIOS version are you running? Is there a newer available?
  14. A

    PFSENSE - Firewall - home using

    This seems to be a Problem related to the chipset i225lm. You are not alone. Check this: https://www.reddit.com/r/Proxmox/comments/o2l7h0/i225lm_nic_dhcp_server_in_vm_not_working_it_does/
  15. A

    PFSENSE - Firewall - home using

    Sorry for the late reply. I hope you have already solved your issue. Sometimes a NIC somewhat cripples UDP packets. I have seen this in the past on other Hypervisors. What exact hardware are you using?