Search results

  1. T

    Proxmox 7.0-8 cannot access VMs that use vmbr0

    Good afternoon friends! I'm creating this post because I've been using Proxmox since 2.3 and it's the first time I've gone through this! I have a Proxmox that has just been installed by the official iso in version 7.0-8 and I have as a gateway to this Proxmox, a pfSense 2.5.2 virtualized within...
  2. T

    Enable automatic login to Host Console for non-root users

    Guys would like to clear a question about using the Console in Proxmox when logging in with a user other than root! I'm starting to block the use of root for the Proxmox I work, forcing each team member to use their own user, in case of problems, to know who was the user who screwed up based on...
  3. T

    problem with hotplug and 64GB ram

    I'm actually using 4098 MB and not 4096, error when calculating. hehe And on the physical machine there are 80 vcore and 256GB of RAM that I'm only using 5% of the computational power.
  4. T

    problem with hotplug and 64GB ram

    I'm using PVE 7.0-11 and had the same error when trying to hotplug a VM with 4GB of initial RAM running Windows 2012r2. TASK ERROR: memory size (4098) must be aligned to 512 for hotplugging
  5. T

    Backup running at the wrong time

    So it is! After a problem I had with the OVH template for Proxmox where when I updated it wouldn't start due to a problem with vmbr (it got stuck and wouldn't start), I stopped using it and always install via IPMI, because OVH support is garbage, they generate buggy templates and when there is a...
  6. T

    Changing the ACME Account

    Sorry, it looks like the Account edition is in Datacenter => ACME and not on the PVE host itself! However regarding this let's encrypt error it continues, so wait until tomorrow to see if it comes back. Strangely in pfSense I had no problems.
  7. T

    Changing the ACME Account

    Good night friends, I have a Proxmox that I just uploaded and I put the ACME Account to create the https certificate for Proxmox and the main server gave an error: Error: GET to https://acme-v02.api.letsencrypt.org/directory { "type": "urn:acme:error:serverInternal", "detail": "The service is...
  8. T

    Backup running at the wrong time

    From what I'm seeing, only the ntp service is running, I tried to stop it to activate timesyncd, but even stopping the ntp service, timesyncd does not start and returns this error when I try to check the status.
  9. T

    Backup running at the wrong time

    I used ntpdate to update the server time, so much so that everyone is correctly synchronized when I run the "date" command. But I will try to configure the ntp, it will help. Thank you.
  10. T

    Backup running at the wrong time

    I have some Proxmox running on OVH in Canada, after installing them I ran the command dpkg-reconfigure tzdata and corrected the time zone for Brazil (UTC- 3), but even after doing this when I put Proxmox to perform a backup task as 5:30 am, the backup is running at 1:30 am in the Brazilian time...
  11. T

    [TUTORIAL] How to install Proxmox Backup Client under Ubuntu%

    Great news! Thanks for sharing, always helping the Brazilian and now worldwide Proxmox community Frederico Siena! ;)
  12. T

    Listen to the latest tasks on the dashboard

    Good night, I wanted to know from the developers if there is any interest in adding to the Dashboard the last jobs executed or the jobs executed in the last X hours for example 24 or 48 hours, as well as having longer tasks for example. I say this because my interest is to place the dashboard...
  13. T

    Cannot start KVM

    I suffered from this problem when updating the PVE from 6.2 to 6.3-3, when restarting the VMs did not start, I tried to install the dbus, but it did not work. I ended up seeing that it was just the dbus service that hadn't started, so a simple restart on the dbus solved my problem. service...
  14. T

    Automating VM restore and homologation

    Looking at the API Documents I'm not entering the option to restore a vzdump, the best I saw was to get the configuration from a vzdump file. https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/vzdump/extractconfig Another option I found related to backup was this, which lists the VMs...
  15. T

    Automating VM restore and homologation

    I've looked at the API a few times, in most cases to integrate with Zabbix and get information for monitoring PVE and VMs. I hadn't looked at the backup or restore part of the backup via the API. I'll see if I can assemble something in shellscript.
  16. T

    Add a comment behind a Backup Group

    At the moment I think it is not possible, at least in the current version of the desktop client using man I did not find a way to do this! I may be mistaken, but I believe it is a possible feature to be added in the future. Sorry, I really should have put it in English as I always do, but I...
  17. T

    Automating VM restore and homologation

    Good night, I would like to know if anyone here on the forum has started to implement some way to automate the process of restoring some proxmox backups (mainly from PBS) from time to time ... I say this because previously full backups just believe that the chances of having problems would be...
  18. T

    Add a comment behind a Backup Group

    At the moment I think it is not possible, at least in the current version of the desktop client using man I did not find a way to do this! I may be mistaken, but I believe it is a possible feature to be added in the future.
  19. T

    Restoring encrypted backup outside the cluster

    Here for me I had to do the following step by step: 1 - In PBS remove all backups that I had previously generated, to get rid of backups with different encryption keys 2 - Recreate the datastore 3 - Copy via scp the file /etc/pve/priv/storage/pbs06.enc from the local host to the host in the...