Search results

  1. O

    PDM Migration between Stand-alone Nodes

    @USER372214 , there's a (short) thread about it. I don't want to paraphrase (and inadvertently distort) a Proxmox Staff Member's post, so I'm just sharing the link to it: https://forum.proxmox.com/threads/pdm-migration-how-is-the-traffic-going.176109/
  2. O

    Disconnecting from network: unplug and re-plug ethernet fixes it

    Welcome, @31Cat Maybe some power-saving settings? Enabling them causes problems more than once.
  3. O

    Reject / Discord mails coming to specific users

    Welcome @aestech In a vanilla Postfix I create a file named for instance /etc/postfix/block_recip with lines like unknown1@example.com REJECT unknown2@example.com REJECT Then I execute postmap hash:block_recip (which creates/updates the file /etc/postfix/block_recip.db ) Then in...
  4. O

    Seagate Exos X16 not detected

    Welcome, @consumebees If you command sg_start --start /dev/sda sg_start --start /dev/sdb (possibly with additional options (see man sg_start)) do the drives and smartctl behave better? If your system has no sg_start then install sg3-utils package.
  5. O

    Try to install Proxmox 9.1 on a old linux server, and get lots of disk IO error.

    @kamanwu Depending on the installation stage, you could be able to switch to other virtual console with pressing keys Alt F1 or Alt F2 or Alt F3 etc. and receive shell command line.
  6. O

    smartd duplicating devices with trailing commas (e.g., /dev/sda and /dev/sda,) despite manual config

    Hi, @dastrix80 . There was a similar bug in smartmontools, but according to the bugreport it was fixed in version 6.6-1 of smartmontools six years ago. So unless you have such an old version in your PVE (very unlikely), that shouldn't be that...
  7. O

    Best‑practice for exposing PMG GUI + Quarantine via HAProxy (TLS termination or passthrough)?

    Hi. I just remember there is a thread of a similar topic from a few days ago. I'm copying the link in case it is of some help for you :) : https://forum.proxmox.com/threads/pmg-quarantine-links-behind-ha-proxy.178240/
  8. O

    Cleaning up previous backups

    @juju01 umount /mnt/unaspro and check in /mnt whether your old backups are there.
  9. O

    IO Pressure Stall issue after upgrade to 9.1

    Welcome, @Gabriele_Lvi . I'm not stating that your issue was also present at PVE 8,, but as far as I remember from the forum posts, the graphs in PVE 9 are more "spiky" than in PVE 8 because they are prepared other way than they used to be in PVE 8. So maybe the issue was less "visible" in PVE...
  10. O

    backup times

    Hi. Everyday (or two each day) backup also cover a weekly and monthly backups, so there is no need to create additional backup jobs. The schema of keeping them you may work out using the Prune Simulator at https://pbs.proxmox.com/docs/prune-simulator/index.html
  11. O

    How to Troubleshoot Regular Backup Failures?

    First you can run Memtest for a night or so.
  12. O

    How to Troubleshoot Regular Backup Failures?

    Welcome to the Forum, @Eruanantion . Unless your RAM is of ECC type it can also be the culprit. You can also try verifying the backups again. I have seen situations where next verification succeeds.
  13. O

    PBS on desktop pc with SSD or in VM on PVE or not at all?

    I've just noticed that you added the following questions to an older post. Comparing dates I can see that then I was already answering to the version before your editing, That's why I didn't notice the update then. https://pbs.proxmox.com/docs/index.html or PDF version...
  14. O

    [SOLVED] Prune Job not doing its work

    In any doubt use Prune Simulator at https://pbs.proxmox.com/docs/prune-simulator/index.html
  15. O

    PBS on desktop pc with SSD or in VM on PVE or not at all?

    Yes. As a hint you can use this thread: https://forum.proxmox.com/threads/offsite-backup-to-external-usb-drive-possible.173374/ The question there is a little different but the idea is similar.
  16. O

    Can't connect to Proxmox GUI

    You can mount a USB stick in the PVE host, save the outputs of the commands into a text file in the stick, umount the stick, put it into your PC and open the text file. Then in the Forum post: click three vertical dots at the right side ("More options...") then the icon of the crossed eye...
  17. O

    Proxmox VE 9.1 web GUI broken — missing /usr/share/pve-manager/ext6 and JS assets (need original packages/files)

    Here you are. From http://download.proxmox.com/debian/pve/dists/trixie/pve-no-subscription/binary-amd64/ Particularly: http://download.proxmox.com/debian/pve/dists/trixie/pve-no-subscription/binary-amd64/pve-manager_9.1.1_all.deb...
  18. O

    Backups deleted prematurely

    I don't think I would be able to answer these questions better than the original documentation, so I'm just giving the link :): https://pbs.proxmox.com/docs/maintenance.html#pruning In case you can't discover the proper retension scheme after reading these docs (I admit it wasn't quite obvious...
  19. O

    PBS on desktop pc with SSD or in VM on PVE or not at all?

    A good method is creating a second PBS and "pull" the backups into it. It's documented at https://pbs.proxmox.com/docs/managing-remotes.html and there are quite many threads about it in the Forum :).
  20. O

    Backup alerts in 9.0.11

    Welcome, @richhemmings . About problem number 2: retension settings are described at https://pbs.proxmox.com/docs/maintenance.html#pruning A nice prune simulator is at https://pbs.proxmox.com/docs/prune-simulator/index.html