Search results

  1. T

    e1000 driver hang

    Another hang again, my cron script detected the error, but /usr/sbin is not in root's PATH in cron - so it didn't actually do anything. Have now added full path to ifdown / ifup commands and hopefully it works next time. FWIW, here is the code I use to detect the hang: # check system journal...
  2. T

    e1000 driver hang

    No need to reboot. The NIC comes back to life if you remove and re-insert the network cable - so just need to automate that. Someone posted a suggestion in this thread some time ago to run systemctl restart networking, but in my case (Intel NUC10), that didn't help. I had another hang...
  3. T

    PBS Prune Simulator - monthly backups

    Thanks again Matthias, let me try to put this another way. Because - "in a week covered by keep-weekly, one backup is kept while all others are removed; keep-monthly then does not consider backups from that week anymore, even if part of the week is part of an earlier month" So the weekly...
  4. T

    PBS Prune Simulator - monthly backups

    Thanks for your response, but monthly backups seem to be slightly different. Quoting from the simulator page again: "in a week covered by keep-weekly, one backup is kept while all others are removed; keep-monthly then does not consider backups from that week anymore, even if part of the week is...
  5. T

    PBS Prune Simulator - monthly backups

    Have installed Proxmox Backup Server, and has been working great for a few weeks now. Trying to understand how pruning works, and ran the simulator at: https://pbs.proxmox.com/docs/prune-simulator/ Used these parameters, similar to what I am using for real: Prune options last: 2 daily: 6...