Recent content by startaq

  1. S

    PBS stops working while backing up VM at the same point

    I think I managed to do that, I've sent you a PM with the file.
  2. S

    PBS stops working while backing up VM at the same point

    Retrying results in the same error ("Recursive internal problem."). Here's the strace output (doesn't appear to contain any sensitive information): strace: Process 9781 attached with 20 threads [pid 10112] 13:42:37.463571 futex(0x7547b800e598, FUTEX_WAIT_BITSET_PRIVATE, 4294967295, NULL...
  3. S

    PBS stops working while backing up VM at the same point

    Yes, that was in the hanging state. I've attached a backtrace while its running normally (without any backup jobs) - that one shows useful backtraces.
  4. S

    PBS stops working while backing up VM at the same point

    Here's the output: root@pbs1:~# gdb --batch --ex 't a a bt' -p $(pidof proxmox-backup-proxy) > proxy.backtrace warning: Missing auto-load script at offset 0 in section .debug_gdb_scripts of file /usr/lib/x86_64-linux-gnu/proxmox-backup/proxmox-backup-proxy. Use `info auto-load python-scripts...
  5. S

    PBS stops working while backing up VM at the same point

    There is nothing in the systemd journal. I just created a local datastore for testing and backups to this local datastore finish successfully: INFO: starting new backup job: vzdump 500 --notification-mode notification-system --notes-template '{{guestname}}' --node greystones --storage...
  6. S

    PBS stops working while backing up VM at the same point

    Hello, I'm currently in the process of switching to PBS as backup solution, however I seem to be hitting some kind of bug that causes PBS to hang while backing up a VM. It seems to always happen around the 10 GB mark. Here's the first part of the backup log: INFO: starting new backup job...
  7. S

    Backup failing randomly every night

    I've had the same issue. Something between Hetzner and Proxmox is misbehaving. This isn't something new, I remember having the same trouble years ago. In my case I solved it by using SSH-FS instead of SMB/CIFS, this works rock stable now.
  8. S

    sshfs: Installing fuse3

    I've installed sshfs and it installed fuse3 and removed the fuse package. Is this going to cause issues? Log below: # apt install sshfs Reading package lists... Done Building dependency tree... Done Reading state information... Done The following package was automatically installed and is no...
  9. S

    [SOLVED] TFA option greyed out in new installation

    In a new installation of Proxmox 7.0 the "TFA" option is greyed out for the new user I've added (using the Proxmox VE authentication server). However, I can choose TFA for the root user. Is there anything I need to add to enable TFA for other users?