Recent content by Gamienator

  1. G

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

    Exactly. I remember that the usable storage on ZFS is a bit lower then LVM, because of metadata of ZFS, of am I wrong?
  2. G

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

    Capacity is here the mainfoxus tbh. The most saturation was 2 Gbit/s. Installed is a 10 Gbit/s NIC. And since its sequencial cache files there aren't that much of small files IIRC
  3. 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...
  4. 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...
  5. G

    Creating Backups from PBS

    Well if that isn't a reason tu update :D I will need to create a second PBS anyway, so I'll try that. Thank you very much!
  6. G

    Creating Backups from PBS

    Ah really? It goes in two directions? Well that’s neat, I’ll try that out, thanks!
  7. 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...
  8. G

    proxmox.com IP range

    Hey, sorry for necromanting this post but I till got a question about this issue. Is there now a list available? While I know why the CDN is used, sometimes I run into the issue that our Firewall blocks the outgoing connection, even when its allowed to connect to the domains.
  9. 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?
  10. G

    Apt update not working anymore

    Hey there, found the issue. One of the SystemSSD war failing, so the IO Load was beyond good and evil. Swapping the SSD fixed everything.
  11. G

    Apt update not working anymore

    Okay, a new update. After making sure no process is running I noticed: apt-update takes 30 Minutes to fetch all! That is way to long ... I'll change some sources maybe :/
  12. G

    Apt update not working anymore

    Thats the Problem ... nothing is locked! When I remove all sources from the apt list its working fine. It seems to me that my Proxmox is not able to proccess the packages
  13. G

    Apt update not working anymore

    Heyho, sorry for the late reply! Private life was turbulent :eek: root@proxmox1:~# ps aux | grep "apt\|dpkg" 100000 2209312 0.0 0.0 4476 2176 ? S 10:03 0:00 /bin/bash ./mk_apt 100000 2209313 0.0 0.0 4476 1276 ? S 10:03 0:00 /bin/bash ./mk_apt 100000...
  14. G

    Apt update not working anymore

    Hey there, nope, nothing more as Repos :(
  15. 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...