Recent content by fernoliv

  1. F

    [SOLVED] How to restore an e-mail after false blacklist action

    Hi @Stoiko Ivanov, thanks for you answer. How that works? Where I can find that .eml files on the PMG server using SSH?
  2. F

    nach Update: GUI kurz nach dem Neustart nicht mehr erreichbar

    You’re right, it’s fixed on pbstest repository with the version 3.2.9-1. I just upgraded one of my affected servers and there’s no more problem. The CPU usage of proxmox-backup services are doing its job flawless and without any impact on the server’s performance. Thank you so much for that...
  3. F

    PBS goes crazy when upgrading to version 6.8.12-4.

    You're welcome. That's funny because I do have 5 PBS servers and I did the same upgrade on all them together. I only had issues with 2 of 5 and they had exact the same version of Debian 12 and Proxmox non-subriscription repositories. Looks like these 2 specific PBS machines (bare metal as the...
  4. F

    PBS goes crazy when upgrading to version 6.8.12-4.

    T I'm glad that it fixed your issue @hunor, thanks for your feedback. I was very concerned about this crazy CPU usage with no reason and now I'm alleviate that @meyergru posted a workaround to "fix" that really weird PBS behavior...
  5. F

    PBS goes crazy when upgrading to version 6.8.12-4.

    You’re welcome my friend I do have the same thinking about the subscription costs, which is expensive for me too. I would like to support this amazing project that does a lot for my company and will do it as soon I can, but currently unfortunately I can’t afford for that as well.
  6. F

    PBS goes crazy when upgrading to version 6.8.12-4.

    That's great! Proxmox team should work on a fix soon I think, as soon they consider it as a serious issue like I do. I don't think it happened with people using their paid enterprise repository, possibly just on the free one. So that's normal because we act like "beta testers" when use...
  7. F

    nach Update: GUI kurz nach dem Neustart nicht mehr erreichbar

    Yeah. As soon you downgrade PBS to the prior version this bad behavior is gone.
  8. F

    PBS goes crazy when upgrading to version 6.8.12-4.

    @wisepds I realize that the issue is not with the kernel packages but with the proxmox-server-proxy bad version. Downgrade it to the prior version and it’s back to the normal behavior. Follow the commands below as stated by @meyergru and you can back to use your PBS normally until Proxmox team...
  9. F

    nach Update: GUI kurz nach dem Neustart nicht mehr erreichbar

    Follow the commands below as stated by @meyergru and you can back to use your PBS normally until Proxmox team releases a new version fixing the issue: apt-get install proxmox-backup-server=3.2.7-1 apt-mark hold proxmox-backup-server reboot As soon a new fixed version is available and you want...
  10. F

    nach Update: GUI kurz nach dem Neustart nicht mehr erreichbar

    Hi @meyergru, you saved my skin man. I had the same issues of you after upgrade couple PBS servers. From 5 servers, on two I had the same issues caused by 100% of CPU usage on all cores where the process "proxmox-backup-proxy" was running like crazy. As soon I did the downgrade like you said...
  11. F

    PBS goes crazy when upgrading to version 6.8.12-4.

    Hi @wisepds, I’m having the same issues with mine PBS servers since I upgraded it to the latest version available on Debian/Proxmox repositories. There’s 5 servers where I did upgrade it and 2 of them are crazy with CPU usage going to 100% on all cores, turning the servers unusable. If the...
  12. F

    [SOLVED] PVE backup schedules not working as expected

    I did change my schedules like below and it is working as desired: In that way I'm able to do backups every 2 hours through Monday to Saturday.
  13. F

    [SOLVED] PVE backup schedules not working as expected

    Hi there, I followed Proxmox documentation and the Prune Simulator (https://pbs.proxmox.com/docs/prune-simulator) in order to create couple backup jobs, but it is not working as expected: PVE is doing backups every minute, not respecting the schedules as configured above. Could you guys...
  14. F

    [SOLVED] How to make a mail filter rule act before antivirus catch it?

    Hi @Stoiko Ivanov, thanks. So, currently there is no way to avoid that behavior. Got it.
  15. F

    [SOLVED] How to make a mail filter rule act before antivirus catch it?

    Hi there, I have some block rules to TLDs like .*.lol, .*.mom and so on to avoid that bad emails be catch by normal quarantine. But the ClamAV with SecuriteInfo signatures and others are catching it before the block rules, sending these bad emails to virus quarantine. Do you guys know how I...