• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle

  • Perhaps my recent NAS/home server build can serve as a bit of an inspiration for you:

    • AMD Ryzen 8500G (8 cores, much more powerful than your two CPUs, with iGPU)
    • Standard B650 mainboard, 32 GB RAM
    • 2 x used 10 TB HDDs in a ZFS pool (mainboard has 4x SATA ports)
    • Debian Bookworm with Docker containers for applications (containers should be more efficient than VMs).
    • Average power consumption of 19W. Usually cooled passively.

    I don’t think it’s more efficient to separate processing and storage so I’d only go for that if you want to play around with a cluster. I would also avoid SD cards as a root FS, as they tend to die early and catastrophically.


  • It sounds like Proton VPN (or its repo) is causing issues for you. Given that it’s a paid service, you can probably contact their support.

    Alternatively, you can also look for the repo file in /etc/yum.repos.d, something like /etc/yum.repos.d/file_name.repo, for Proton VPN. You can then disable it by renaming it to .repo.disabled and try again (sudo dnf upgrade in the terminal). Note: This is not really a permanent solution, as it will disable updates for Proton VPN.







  • I wanted to recommend using a Docker container but I ran into the same issue with the default config for “drupal:10-apache” (aka “drupal:10.3.7-apache-bookworm”). Opening “node/add/article” results in the OOM error. Downgrading to “drupal:10.3.6-apache-bookworm” resolved the issue. Looks like a Drupal regression to me. Maybe you can also try an older version of Drupal 11?