Search results

  1. T

    Replace multiple items in email notification header

    How did you get the ZFS emails and resilver stuff? I only found it for backups. Is that zed? I followed the techno Tim video for setting up postfix
  2. T

    Replace multiple items in email notification header

    Thanks - Actually I am trying to adjust the subject. How did you get the resilvering etc messages? Do you have a smart monitoring message as well?
  3. T

    Replace multiple items in email notification header

    Hi everyone, I have successfully set up email notifications for my proxmox servers and I have also replaced the from-address successfully via /^From:.*/ REPLACE From: Proxmox <homelab@myaddress.com> in the file smtp_header_checks. Now I am trying to als replace the subject, but have not been...
  4. T

    Issue when trying to extend execute "resize2fs /dev/mapper/pve-root"

    Well in case someone else has this problem, the solution was to use xfs_growfs instead of resize2fs. One can find out which files system is used via mount | grep pve-root
  5. T

    Issue when trying to extend execute "resize2fs /dev/mapper/pve-root"

    Hi, I am trying to extend the root (resulting on more space for "local") on my proxmox server. I started with this lsblk output: I executed three commands: growpart /dev/sda 3 pvresize /dev/sda3 lvextend -l +100%FREE /dev/pve/root Now with the last command resize2fs /dev/mapper/pve-root I...
  6. T

    Undefined (code: 1006), Nginx reverse proxy, authentik

    I got this fixed with the help of the Authentik discord channel. At the end I just had to leave the redirect URI in authentik empty and it pulled in the correct one from the provider.
  7. T

    Undefined (code: 1006), Nginx reverse proxy, authentik

    I had the same thought. You will need to get both working separately. The only advantage (at least in my eyes) with two providers is that when you do both, when you open proxmox, you get the authentik login first and then you can login into proxmox with one click. If you only do OpenID and not...
  8. T

    Undefined (code: 1006), Nginx reverse proxy, authentik

    How did you get the direkt OpenID connection work? I think I have tried everything, but I cannot get it wo work.
  9. T

    Undefined (code: 1006), Nginx reverse proxy, authentik

    Thanks! three questions: 1. Do you need to create a separate nginx outpost in authetik for this? 2. Do I only need to add my IP:port behind proxy_pass twice or only for the authentik specific portion? 3. Do I need to create an additional proxmox proxy provider in addition to the OpenID provider...
  10. T

    Undefined (code: 1006), Nginx reverse proxy, authentik

    Could you post your complete code for the advanced tab? I cannot get this working …
  11. T

    VM freezes irregularly

    Cool, I did not know that search functionality. Thanks!
  12. T

    VM freezes irregularly

    which package contains cpupower? When I try to run it I get "Unable to locate package cpupower"[/CODE]
  13. T

    VM freezes irregularly

    Alright, I have updated to the 6.2 kernel and the 24 microcode. Lets see how this turns out. Still need to reset the BIOS settings, but need to pull the thing out of the closet to connect a monitor etc. Thanks everyone!
  14. T

    VM freezes irregularly

    How did y'all handle BIOS settings after updating the kernel and the microcode. Some settings were recommended earlier in the thread, but not sure they did the trick. I e.g. disabled the power saving modes (C-State?). Would you do a BIOS settings reset?
  15. T

    VM freezes irregularly

    Sounds good, I assume I will need a reboot for the new microcode?
  16. T

    VM freezes irregularly

    Is there any disadvantage of going to 6.2 kernel vs 6.1? As for microcode, the command did not return anything: root@pve:~# cat /proc/cpuinfo|grep 'microcode\|model name' model name : Intel(R) Celeron(R) N5105 @ 2.00GHz microcode : 0x1d model name : Intel(R) Celeron(R) N5105 @...
  17. T

    VM freezes irregularly

    It is great to see that "my" thread seemed to have helped some people. I had 70 days of uptime before a power outage and now I am back to 3-15 days before a reboot of pfSense. I am currently on - Proxmox 7.3-6 - Kernel: Linux pve 5.15.85-1-pve #1 SMP PVE 5.15.85-1 (2023-02-01T00:00Z) x86_64...
  18. T

    pfSense VM keeps freezing/crashing

    I purely use it as a router with a 400mbit connection, so I do not know :). 400mbit is fine. I also read that even with 1-2 Gbit, passthrough or virtualization should not make much of a difference. Have not put it to the test myself.