Search results

  1. A

    unable to parse worker status

    Hello, checking the status of PBS 2 I am getting those errors: root@pb1:/ # systemctl status proxmox-backup-proxy.service proxmox-backup.service ● proxmox-backup-proxy.service - Proxmox Backup API Proxy Server Loaded: loaded (/lib/systemd/system/proxmox-backup-proxy.service; enabled...
  2. A

    Wrong Kernel after upgrade

    Hello everybody, after upgrading to PBS 2 I mentioned that I am using the kernel Linux 5.10.0-7-amd64 #1 SMP Debian 5.10.40-1 (2021-05-28) Proxmox Backup Server should come with it's own Kernel 5.11.x. deb http://ftp.debian.org/debian bullseye main contrib deb http://ftp.debian.org/debian...
  3. A

    PBS2: proxmox-file-restore failed: Error: mounting 'drive-virtio0.img.fidx/part/["5"]' failed: all mounts failed or no supported file system (500)

    Hello, I updated PBS to PBS2 - the update went fine and I was able to create a new backup of a machine that has these mount points: $ df -h Dateisystem Größe Benutzt Verf. Verw% Eingehängt auf udev 982M 0 982M 0% /dev tmpfs 200M 22M...
  4. A

    Use PermitRootLogin without-password on Proxmox node in cluster

    Hello there, as I did not find anything in the docs about this: I'd like to prevent logging in as root using password, so I'd have to change my sshd_config from PermitRootLogin yes to PermitRootLogin without-password on my nodes. Before I do so: Is this recommended? Is it possible that I run...
  5. A

    KVM guest performance on local SSD

    Hello everybody, I am just wondering, whether I can improve my guest's performance in any way: I got a SSD-RAID (10) on `/dev/sda` which provides the local storage for my KVM guests. A typical guest comes with these settings: This is /etc/fstab # /etc/fstab: static file system...
  6. A

    [SOLVED] Shouldn't one image be pruned?

    Hello everybody, I am wondering why nothing has been pruned here: I am keeping the last 7 of the daily backups. Now I am counting 8 backups here: 2021-04-23T00:00:00+02:00: retention options: --keep-last 1 --keep-hourly 1 --keep-daily 7 --keep-weekly 4 --keep-monthly 2...
  7. A

    LVM with 100% Disk Usage after setup

    Hello everybody, I just installed Proxmox and would like to add LVM here. So these are my disks: Alright. If I now add a storage (LVM), I chose the group and added it: Now I do see this volume, but it's 100% in use. And of course I cannot create a VM on that: > TASK ERROR: unable to...