Search results

  1. R

    Failed to verify TOTP challenge

    My TOTP failed suddenly so I removed the tfa.json and tfa.json.lock lock files from /etc/proxmox-backup/ and now I can't verify TOTP. Inside /etc/proxmox-backup/ the tfa.json.lock lock file keeps getting created right after I delete it. Running Backup Server 2.4-1. How can I get TOTP working again?
  2. R

    [SOLVED] pvescheduler only runs on restart

    Backup Server 2.4-1 Virtual Environment 7.4-3 My scheduled backups will not run unless I run the following on my proxmox server: systemctl stop pvescheduler systemctl start pvescheduler After I do this the scheduled backup triggers and runs but it will not run daily as it is set to do. I know...
  3. R

    Resize LXC Disk to max

    Is there an easy way to resize an LXC containers disk to the max size? I see outputs like: Insufficient free space: 25600 extents needed, but only 1541 available What are these numbers? I tried kilobytes and bytes but it didn't make sense. If I knew the available number I could probably get it...
  4. R

    Install windows 11 vm on non-tpm host server?

    Is it possible to install a windows 11 vm on a host server running proxmox 7.x that does not have tpm? Or does the host server need to be tpm enabled to run a windows 11 vm?
  5. R

    [SOLVED] Upgraded and domain SSL not working

    I just upgraded to the latest version of proxmox 6 (6.4-13) and my SSL domain is no longer working on nginx. I've double checked everything included the A record propagation and let's encrypt certs all valid. I can't seem to find the issue after the upgrade. Is there something that changed with...
  6. R

    Upgraded to latest v6 high CPU load

    I've spent a couple hours looking at all the threads complaining of CPU load after an upgrade but haven't found a solution. Here are my servers stats after the upgrade: proxmox-ve: 6.4-1 (running kernel: 5.4.140-1-pve) pve-manager: 6.4-13 (running version: 6.4-13/9f411e79) pve-kernel-5.4: 6.4-6...
  7. R

    wasabi backup error "unable to rename"

    I have successfully added a wasabi bucket to my proxmox server via s3sf and backups to it work with some VMs but with others I get the error: ERROR: Backup of VM 118 failed - unable to rename '/mnt/wasabi-bucket/dump/vzdump-qemu-118-2020_04_26-17_23_49.vma.dat' to...
  8. R

    Why can't you add a second IP to the same nic in LXC?

    Is there a reason why the proxmox developers opted to not be able to add a second or even third IP to the nics of an LXC container, even though it's totally possible to do this? I shouldn't have to add multiple nics to get multiple IPs to an LXC container. I also tried to add multiple IPs to...
  9. R

    Add IPv6 subnet for use with VMs

    I'm trying to add an IPv6 subnet to my proxmox host for use on my VMs. I have the following: interfaces file: auto lo iface lo inet loopback iface lo inet6 loopback iface enp7s0f0 inet manual iface enp7s0f0 inet6 manual auto vmbr0 iface vmbr0 inet static address 22.144.64.130 netmask...
  10. R

    Two consumer SSDs or one enterprise SSD?

    What would you choose for proxmox, and maybe a brief explanation of why: 1. Two consumer grade SSDs WD Blue 1TB in a zfs raid1 2. One enterprise grade SSD Samsung PM863a 960GB in ext4 I know it may be easy to say two enterprise grade SSDs or some other better config, sure but if you obsoletely...
  11. R

    Live migration different IPs for VMs

    I want to perform a live migration from Proxmox 5 to Proxmox 5 on a different server in a different data center. Both servers have completely different IP subnets. Is there a way to map the IP addresses? Or should I change them inside the Proxmox terminal on each VM before the migration? I only...