Search results

  1. F

    CrowdStrike on PVE 8.2.2

    I read a post here in January '24 from a user who said he was successfully using CrowdStrike on his PVE 8 hosts. Has anyone else had similar success? We'd really like to use it, but we want to be careful and make sure of everything first.
  2. F

    Can't Stop or Remove Replication Job

    On my PVE 8.2.3 server, I have many replication jobs that run fine, but I have one that runs over and over and always fails with the following error in the logs. 2024-09-12T15:30:27.421629-07:00 vmhost52b pvescheduler[342902]: 4803-0: got unexpected replication job error - command 'set -o...
  3. F

    Fully Failed Node A. Guest VM Was Replicated to Node B. How to Bring Up on B?

    I am using PVE 8. I have three nodes, A, B, and C. Guest VMs on A were being replicated every 15 minutes to B. Node A failed. Per the documentation here: https://pve.proxmox.com/wiki/Storage_Replication To recover... move both guest configuration files form the origin node A to node B: # mv...
  4. F

    Cannot open a shell ?

    We recently enabled AD authentication on our PVE cluster. It seems to work fine, as we are now able to login and maintain the Proxmox servers using our AD domain credentials. However, one thing that does not work is the shell. When we click the shell icon, we receive an error like: Connection...
  5. F

    Apt-Get "Conflicting distribution: https://updates.atomicorp.com/channels/atomic/debian bullseye/amd64/ InRelease (expected bullseye/amd64/ but got )"

    Trying to upgrade from PVE 7.1.4 to 7.4. Getting the following error: root@vmhost51b:~# apt-get update Hit:1 http://ftp.us.debian.org/debian bullseye InRelease Hit:2 http://ftp.us.debian.org/debian bullseye-updates InRelease Hit:3 https://updates.atomicorp.com/channels/atomic/debian...
  6. F

    Why is shrinking disks not supported?

    The ProxMox CLI says, "shrinking disks is not supported." I did it manually and it seems to have worked fine, but maybe I made a mistake and I just don't realize it. I have PVE 8.0.3 running a Windows Server 2022 guest with a 2 TB drive 0 and a 6 TB drive 1. Drive 0 is partitioned as a 50 GB...
  7. F

    Unable to Migrate VM

    Greetings, I failed to migrate a Windows Server 2022 guest from PVE 7.3.3 to PVE 8.0.3. It failed with the following message. drive-ide0: transferred 80.2 GiB of 2.1 TiB (3.82%) in 6m 8s drive-ide0: transferred 80.2 GiB of 2.1 TiB (3.82%) in 6m 9s drive-ide0: transferred 80.2 GiB of 2.1 TiB...
  8. F

    No Networking After Upgrade to PVE 8

    Today I upgraded an older version of PVE 7 to the current version, rebooted, and everything went fine. Then I upgraded from the latest PVE 7 to PVE 8. Afterwards, the NICs do not come up. It also looks like it renamed the interfaces. How do I bring this thing back up? # ip link show 1: lo...
  9. F

    Can't figure out how to apply the license.

    We've been running the free version of PVE 7 for a couple of years. We just purchased licenses, but we can't figure out how/where to apply the license.
  10. F

    How to Install OSSEC on PVE?

    We use OSSEC HIDS as part of our security architecture and it was easy to install on everything except PVE. I can't find instructions anywhere. I'm checking here on the off chance that someone has done it before.
  11. F

    Why Does Proxmox Show So Much Memory In Use?

    My PVE 7 server has 1 TB RAM. There are only 6 guests running. 4 of them have 16 GB RAM each, the other 2 have 2 GB RAM each. That works out to 68 GB total. Why does the summary screen in ProxMox show 452 GB RAM in use?
  12. F

    Restoring a Dump to a New Server with a Different Storage Folder Name

    I backed up a VM located in folder /main_pool on PVE server VMHOST01 to an NFS share on a different server. Now I'm trying to restore it from the NFS server to folder /zpool0 on PVE server VMHOST02. However, when I attempt to restore the dump, I get an error message that 'main_pool' does not...