Search results

  1. G

    ZFS pool usage limits vs. available storage for dedicated LANcache VM

    Hi everyone, I’m currently migrating to a new Proxmox hypervisor and could use some advice regarding storage layout and supported options. My old Proxmox host had 7 × 960 GB SATA SSDs, hosting only a single VM: LANcache, which is a local caching server that stores frequently downloaded game...
  2. G

    Searching for a suitable SSD

    Hey everyone, for a small project I need an 960 GB / 1024 GB M.2 2280 NVMe SSD which doesn't complety bunk in performance for using ZFS. Does anybody got some recommendations? Used Enterprise SSDs wont be there that much because in Enterprise you get either 22100 or U.2 :/ Any hints will help...
  3. G

    Creating Backups from PBS

    Hey everyone, Currently I have one PBS and looking for an additional Space to save backups. The Proxmox Server and PBS is hosted on a dedicated Server provider. I know PBS has a Remotes Feature where it can replicate its backups to another PBS. While I like that Idea I have a problem with that...
  4. G

    OIDC Logs

    Hey everyone, I'm trying to implement OIDC with octa and can't find any logs. The only Error message I get when I try to login is OpenID redirect failed. Request failed (500) Is someone able to tell me where I'm able to get further infos?
  5. G

    Apt update not working anymore

    Hey there, for a couple of days my proxmox Hypervisor isn't able to update apt :confused:. This is my current output: E: Could not get lock /var/lib/apt/lists/lock. It is held by process 3885896 (apt-get) N: Be aware that removing the lock file is not a solution and may break your system. E...
  6. G

    Terrible IO Performance since Proxmox 7.4

    Hey everyone, I got some weird issues now on multiple servers here. The Problem is that my IO Load is high in 25% - 80% and the write Speed on the SSDs are ~20 MByte/s. I noticed it now that I reinstalled it on a server running pve 6.3 and upgraded to 7.4. Proxmox was always installed on ZFS...
  7. G

    [SOLVED] Backup Job leads to complete Node Lockup

    Hello everyone, sorry for the small amount of details but at the moment I don't have any clue how to debug it. For two Days my Proxmox Nodes lockes completly up when a backup Job is done. The only way to get my systems back running is with: systemctl --force --force reboot How should I...
  8. G

    Multiple IPv6 Prefixes on Client that connected untagged to the bridge

    Hey everyone, I'm having now a weird issue after setting up VLANs on my Hypervisor and pfSense. Following Network config is currently running: auto lo iface lo inet loopback auto enp3s0 iface enp3s0 inet manual iface enp2s0 inet manual iface enp4s0 inet bridge-pvid 100 iface...
  9. G

    [SOLVED] Connecting LXC Container to VLAN

    Hey everyone, sorry for this basic question but I guess there is something missing in my mind setting up correctly my VLANs. My current goal is to connect a LXC Container via VLAN ID 5 to my pfsense. My current Interface settings on my hypervisor is: auto lo iface lo inet loopback auto...
  10. G

    [SOLVED] Define untagged VLAN on bridged Interface

    Hey everyone, atm I'm using one of the cheap Ali Express 6 NIC Interface Servers. My plan is to seperate my network now with VLANs. A lot of this NICs are just used as switch Ports for my clients. Only enp2s0 is passed through to my pfSense: auto vmbr0 iface vmbr0 inet static address...
  11. G

    Arguments for proxmox-mail-forward

    Hey everyone, for some reason I'm not able to send correctly via the mail command. But using /usr/bin/proxmox-mail-forward works fine, just without a subject. Is there a way to give an argument with an subject aswell? Cheers, Gamie
  12. G

    What is the best practice for my scenario to achieve 3-2-1?

    Hello everyone, after reading a lot of documentation I ask for some advice to achieve a good Backup strategy. For several years I had only one server in my homelab. As a backup I attached a 2 TB HDD on it with daily backups into it and uploaded that encrypted to my Google Drive. For a couple...
  13. G

    Backup crashes WebUI / Promox Envoirement

    Hello everyone, for two days I got a really weird issue. I got a daily backup routine on an external Harddrive. I noticed today that I didn't reveiced an success mail. Logging in into my Proxmox server showed me this screen: I was shocked, but every service was reachable. SSHing into the...
  14. G

    Backup failes all the time

    Hello everyone, I got an issue here that maybe you're able to help me. On my root Server on my hoster Hetzner is the latest Proxmox VE running. For backup reasons I ordered a "Storage Box", which is a backup place that can be reached via SMB/CIFS, WebDAV etc. After connecting the box via...
  15. G

    Proxmox won't let me create a new bridge

    Hello everyone, I got a weird issue, I just want to create an empty bridge and then I receive this error: Which is really weird, thats how my current GUI Settings is looking: and that is my /etc/network/interfaces: # network interface settings; autogenerated # Please do NOT modify this...
  16. G

    [SOLVED] Adding permanent route to vmbr4

    Hello everyone, I have a really dumb question but can't find any solution. How can I add a permanent route in ProxmoxVE? I got a bridge `vmbr4` which should get a static route ip route add 192.168.178.0/24 via 172.30.0.1 But the typical solution to add this in /etc/network/interfaces can't...
  17. G

    reinstalling GRUB / UEFI Entrys

    Heyho there, I had an issue with my proxmox install and had to replace one of my ZFS disks. Using Proxmox VE 6.3 with 2 SSDs in an ZFS mirror. After switching the main disk, I resilvered the partition 3 and made a dd if=/dev/disk/by-id/heatly-disk-part2 of=/dev/disk/by-id/new-disk-part2 bs=512...