Recent content by Mastuca

  1. M

    [SOLVED] Cannot create Sync Job (several users need help with remote backups)

    I was also thinking I might have made a mistake in setting up permissions. That's why I gave full permission to the remote user (on the primary pbs) and set up the sync job as the root user locally (on the secondairy pbs). I can't think of a way to give more extensive rights. I was really hoping...
  2. M

    [SOLVED] Cannot create Sync Job (several users need help with remote backups)

    I was trying to setup the same today. And I ran into the exact same issue. Trying to pull a copy of the datastore on the primary pbs to the remote pbs for safe keeping, I can see the connection being established, but when trying to pull the list of datastores from the primary pbs, I only get...
  3. M

    ACME over DNSChallenge failing

    took me a sweet time to find the checkmark - and then only after stumbling upon this in the forum
  4. M

    noVNC Keyboard input Issue

    Hi, I'm a collegue of DDura, so talking about / working with same servers as he is. What we're working with it a 3 server cluster, running on Proxmox 6.0-4. Using noVNC on any of the nodes, there are no issues. Using noVNC on any client (on any node), either a Debian installation or a CentOS...
  5. M

    Cannot create VPS in Proxmox due to kvm: -rtc base=now: invalid date format

    For future reference: Removing the 'startdate: now' from the /etc/pve/qemu/<vmid>.conf, and it then defaults to localtime in the kvm command. The input 'now' seems not to be a valid format (valid formats: '2006-06-17T16:01:21' or '2006-06-17') by kvm (anymore),
  6. M

    Cannot create VPS in Proxmox due to kvm: -rtc base=now: invalid date format

    While creating a new VPS on our Proxmox servers, I would expect to be able to set the RTC Start Date to 'now' as described in the manuals. However, every time I try, both with and without having ticked the 'Use local time for RTC' box, this fails. When giving an actual date in this field, I CAN...