Search results

  1. T

    PBS crash crashes also pvestatd on PVE nodes

    Yes, I have the same issue with pvestatd, it happens because the proxmox-backup-client keeps waiting indefinitely for a response when pvestatd asks for the amount of free space available. Killing either the client or pvestatd makes the nodes green again (temporarily). I haven't submitted a bug...
  2. T

    PBS crash crashes also pvestatd on PVE nodes

    I had the same issue with the backup server hanging, I've opened a bug report here: https://bugzilla.proxmox.com/show_bug.cgi?id=2979
  3. T

    Proxmox-backup-proxy hang

    Thanks, I've added it as bug 2979.
  4. T

    Proxmox-backup-proxy hang

    The issue persists in version 0.8.14-1. Is this the wrong place to post this?
  5. T

    Proxmox-backup-proxy hang

    I've tried adding `eprintln!("new connection");` to line 91 of `src/bin/proxmox-backup-proxy.rs` to get a log of when new connections are accepted. This indicated that the backup server stops accepting new ones after a while. async move {...
  6. T

    Proxmox-backup-proxy hang

    This user seems to have the same issue: https://forum.proxmox.com/threads/proxmox-backup-client-hangs.74489/ It has the unfortunate side effect of making pvestatd hang on all pve nodes as well. The issue persists after the new update, I've tried using a different server but that didn't seem to...
  7. T

    Proxmox-backup-proxy hang

    I'm trying to backup containers to a PBS server but the backup seems to hang after uploading one container backup. It gets stuck after INFO: End Time: 2020-08-08T15:14:58+02:00 I've tried letting it run for a day but it made no progress. CPU usage on the backup server is low. While the...
  8. T

    Proxmox 4 ipmi_watchdog without cluster

    I'm currently experiencing problems with a remote Proxmox 4 beta 2 server that seems to freeze every so often without a clearly identifiable cause. As the server has an ipmi watchdog I would like to use it to keep the server accessible. Is it possible to configure proxmox 4 to manage the...