Search results

  1. A

    create storage failed with error 500

    Hi, I do have 4 Proxmox servers and 1 Proxmox Backup server running. (Versions: 8.1-10; 3.1-5) 3 of those machine are in the same LAN as the Backup server and have been working without issues for more than a year. I recently installed Proxmox also on one of my hosted servers. In order to...
  2. A

    Proxmox Backup Server lokal, Proxmox beim Hoster

    Hallo zusammen, bin nicht sicher ob ich hier was übersehe: ich habe gerade einen Proxmox Server beim Hoster aufgesetzt. Den würde ich gerne mittels Proxmox Backup Server sichern, der bei mir im LAN steht und sich bisher ausschliesslich um die lokalen Server kümmert. Übersehe ich einen Weg, den...
  3. A

    Move namespaces or individual backups to another local storage

    Hi, I am running Proxmox Backup Server 2.4-3 in a VM on a TrueNAS Server. So far I had connected a local path from TrueNas Scale into the PBX using NFS, mounted as /nfs/pbx. For performance reasons, I would like to switch to ZFS using a zvol provided from TrueNAS, which I added now as an...
  4. A

    LXC: cannot reach network on one interface

    Hi, I have set up a LXC / Container to use with Docker. As I am using VLANs in my network, I am using the following configuration: $ ip route show default via 192.168.60.1 dev eth1 onlink 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 172.18.0.0/16 dev...
  5. A

    Proxmox hinter haproxy

    Hallo, ich betreibe einen Server im Internet mit Proxmox. Das Webinterface ist erreichbar via haproxy. Allerdings werden sämtliche Symbole nicht angezeigt. Ich vermute dass das mit meiner Haproxy Konfiguration zusammenhängt, hat da jemand eine Idee? Auch der Zugriff auf die Container über...
  6. A

    Proxmox (nur LXC) - bei welchem Hoster?

    Hallo, ich bin seit Jahren eigentlich zufriedener Kunde von Netcup, und habe da auch seit geraumer Zeit einen vServer mit Proxmox laufen. Darin laufen verschiedene Container, bspw Mailserver, Wireguard etc. Ich habe schon lange mit unerwarteten Reboots zu kämpfen, und nachdem der Support...
  7. A

    Proxmox server shuts down after a few minutes?

    Hi, I've been running this Proxmox server since more than a year. Yesterday I ran the updates apt update && apt upgrade && apt clean && apt autoremove like every few days before shutting the server down for some electrical maintenance. I was rewiring an electrical circuit - this server and...
  8. A

    Some LXC with internet access, others without

    Hi, I have installed Proxmox on a root server at netcup. I want to use this server for services like Pi-Hole, wireguard, Nextcloud, Caddy etc. First I had a setup with another (smallest config) server running OPNSense in front of it which worked but was very slow. So I have removed the OPNSense...
  9. A

    VM Restore issue / edit backup config?

    Hi, I want to restore a LXC backup, and I am getting this error: vm 0 - unable to parse value of 'unnused' - unknown setting 'unnused' TASK ERROR: unable to restore CT 480 - unable to detect disk size - please specify rootfs (size) The backup configuration shows that the rootfs option is...
  10. A

    VM Restore - restore error / how to change config

    Hi, I want to restore a LXC backup, and I am getting this error: vm 0 - unable to parse value of 'unnused' - unknown setting 'unnused' TASK ERROR: unable to restore CT 480 - unable to detect disk size - please specify rootfs (size) The backup configuration shows that the rootfs option is...
  11. A

    [SOLVED] raw image von Verzeichnis zu Container hinzufügen

    Hallo zusammen, ich habe einen Server (v6) neu mit XFS / LVM aufgebaut. Da ich auf dem alten Server (v5) keinen zugriff mehr auf die GUI hatte, habe ich VM-Backups mit vzdump --all erstellt und zusätzlich die .raw Images kopiert. Das ging einfach, da ich kein LVM verwendet habe. Nun gibt es...