Search results

  1. C

    [SOLVED] unable to install PBS in qemu

    Hi, have you checked the downloaded iso for possible corruption? The errors you show suggest that the cd-id is incorrect. Check the checksum of the iso after downloading.
  2. C

    KVE live migration on VM with lots of diry RAM pages (takes forever)

    Hi, what is the reason for the constantly changing memory pages? Is limiting the traffic/services or processes on the VM in order to reduce the amount of dirty pages an option?
  3. C

    Unable to mount backup

    It seems you have a software RAID configured for the VM, so depending on what RAID your are using, several disks might be needed to mount the filesystem. You can check the RAID level with mdadm --examine /dev/loop0 and follow this procedure in order to try to mount...
  4. C

    WebUI hang when start manual backup

    So if that is not the problem we are in the dark, maybe you can describe your setup in more detail, e.g. network, storage and hardware. Also if you have access via the shell check the syslog, dmesg ecc. for errors/infos and ps/top/atop/htop/iostat or whatever you use to see system load ecc.
  5. C

    Automatically set the Proxmoxx server on and off

    FYI: You can also use rtcwake on the host to shutdown and set the reboot time in a cronjob to achieve this.
  6. C

    Automatisches Ein- und Ausschalten des Proxmoxx Servers

    Zum test auch gerne mal ohne cronjob einfach /usr/sbin/rtcwake -m off -s 60 als root ausfuehren, der server sollte dann einen shutdown durchfueren und nach einer Minute wieder von selbst booten.
  7. C

    [SOLVED] Deduplication?

    Hi, please don't hijack threads, this question should go in a thread on its own I would suggest. For your question, I think you are mixing two completely different usecases here. Of course an approach where you take a snapshot of the filesystem, continuously send the difference over the network...
  8. C

    Automatisches Ein- und Ausschalten des Proxmoxx Servers

    Hallo, ja das ist relativ einfach mittels rtcwake zu bewerkstelligen, wenn die Hardware dafuer geeignet ist. Einfach mit crontab -e einen cronjob erstellen, bei mir ist z.B. dieser Job in Verwendung: # m h dom mon dow command 30 00 * * * /usr/sbin/rtcwake -m off -s 21600 Also um 00:30 ist...
  9. C

    Unable to mount backup

    You are almost there... So the VM image will have partitions on them, so what you want is to mount the filesystem present on the partition, not the block device. The map command should create a loop device for each partition. Let me show by an example, I have the following VM backup: #...
  10. C

    Aufbewahrungsfristen - Einstellungen

    Sorry dafuer, vielleicht hilft diese info ein bisschen (english only) https://forum.proxmox.com/threads/deduplication.77810/
  11. C

    WebUI hang when start manual backup

    Hi, sounds like the backup is saturating your bandwidth. Have you tried to rate limit by adjusting the bwlimit parameter? https://pve.proxmox.com/wiki/Backup_and_Restore#vzdump_configuration
  12. C

    Aufbewahrungsfristen - Einstellungen

    Hallo, versuch den Prune Simulator https://pbs.proxmox.com/docs/prune-simulator/index.html Das mit der Vollsicherung klappt so nicht, da PBS keine deltas relativ zu vorherigen Versionen speichert sondern das Dateisystem serialisiert und in chunks aufteilt. Chunks werden gehasht (als chunk index)...
  13. C

    Unable to mount backup

    Hi, the error message clearly states that you have no default repository configured. You can either configure the repository using the corresponding environmental variable or pass the repository along using the --repository <repository_url> string. Also, you are only able to mount container...
  14. C

    Proxmox Backup Server (beta)

    Great work guys! Congratulations on the (beta) release! Already up and running for some testing on my host. :)