Search results

  1. C

    Cannot download container templates

    Interesting, because the server in question does not respond for me too dig gives me ; <<>> DiG 9.16.12 <<>> https://na.cdn.proxmox.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 51775 ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0...
  2. C

    proxmox-backup-client mount not work on centos 7

    Hi, this is probably not related to the fuse library as I have an ArchLinux system with Fuse 3.10.2 and proxmox-backup-client 1.0.10 and mounts are working just fine. This seems more like a bug of the outdated version of the proxmox-backup-client in the github repo. The error is related to the...
  3. C

    Backup time

    Hi, it makes no sense to run the proxmox-backup-client benchmark on the server. You will have to run it on the client!
  4. C

    Share storage in Proxmox v6.1 hosts

    Hi, first please upgrade to the latest version of pve, it makes no sense to stick with 6.1 and miss out on all the bugfixes. Regarding your question, you can share storage via Samba or NFS. Another option (not recommended) would be to setup PBS on the machine with free storage and use that for...
  5. C

    Cannot download container templates

    A whois lookup of the resolved IP gives OVH Hosting, Inc. as organization for the CDN server you are trying to connect. So that is probably the problem here as OVH suffert a devastating fire in one of their datacenters in Strasbourg. Try downloading from de.cdn.proxmox.com Edit: Here some infos...
  6. C

    proxmox-backup-client gets HTTP/2.0 after 70mn, PBS server crashed?

    Hi, please post the task log for the corresponding backup job. You can find it under "Administration"->"Tasks". Also what are the last entries in the journal before the hang (the ^@^@ you see)? I must say this sounds more like a kernel hang, what filesystem are you using under the PBS datastore?
  7. C

    Probleme mit Backup Job

    HI, ist der qemu guest agent in der VM korrekt installiert und up to date?
  8. C

    IP der VMs weg

    Hi, hast du diesen thread schon gesehen? https://forum.proxmox.com/threads/warning-latest-patch-just-broke-all-my-windows-vms-6-3-4.84915/ Wobei dies nicht bei allen windows VMs passiert
  9. C

    How to create hourly backup for a proxmox vm on PBS?

    It is probably not, but their resources are limited... And there are things with higher priority. I mean have you seen how much stuff is going on on the devel mailing lists...
  10. C

    how to automate proxmox backup client command

    Hi, don't forget to setup a garbage collection schedule as well for your datastore to actually free unused chuncks marked by the prune jobs.
  11. C

    [SOLVED] Run guest agent commands on linux VM

    By simple deduction from the previous command I posted you will get qm guest exec 384285 -- bash -c "echo hello; echo world"
  12. C

    SSH Zugrif auf VM Maschine

    Hallo EuroHost24, bitte die exakte Fehlermeldung des Benutzers beim versuch des login posten... Handelt es sich um einen login via password oder key? Status von sshd in der VM systemctl status sshd.service? Ist da ne Firewall welche eventuell den traffic blockiert? Auch cat /var/log/auth.log in...
  13. C

    e1000 breaks after upgrade

    HI, on a side note: switch from the legacy e1000 to the paravirtualized virtio NIC for better performance. You will have to install the virtio drivers for this. See: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_emulated_devices_and_paravirtualized_devices...
  14. C

    [SOLVED] Restore single file from VM backup

    Thx for the infos! Ah I see, you are running in a container, not a virtual machine. Than this is expected behaviour, as these nodes are not accessible from within the container for security reasons.
  15. C

    [SOLVED] Restore single file from VM backup

    Not for now, I would not consider this a PBS bug. And in most cases you would do this on the client and not the PBS host anyway. It is somehow interesting to me and I don't get why the /dev/loop-control node is not present in your VM. Does the kernel running in the VM is compiled with the loop...
  16. C

    [SOLVED] Restore single file from VM backup

    Glad it worked and you were able to get what you wanted. Regarding the issue inside the VM: I assume this error stems from the code which tries to find the next free loop device during the mapping. However I do not know why this might fail inside the VM. If you can reproduce this, it might be...
  17. C

    Backup destination

    Hi, you can create a new datastore and pass the path to the mountpoint for the drive during creation. Please find the detail in the docs https://pbs.proxmox.com/docs/storage.html
  18. C

    [SOLVED] Restore single file from VM backup

    It seems more that OP tried to access the catalog for a VM backup. BUT VM backups don't have a catalog file since they are not backed up at file level but rather on block level (unless backed up by running the proxmox-backup-client inside the VM).
  19. C

    Is it possible to manually change the UID number

    Yes this is possible and should not be an issue for most of the VMs. The question is why would you like to change it in the first place?