- > ignore current warnings - I’m using a MacBook Pro charger + cable and still got the warning that I need a 5V/5A PSU.
You need to be careful with this one.
The USB spec goes up to 15W (3A) for its 5V PD profiles, and the standard way to get 25W would be to use the 9V profile. I assume the Pi 5 lacks the necessary hardware to convert a 9V input to 5V, and, instead, the Pi 5 and its official power supply support a custom, out-of-spec 25W (5A) mode.
Using an Apple charger gets you the standard 15W mode, and, on 15W, the Pi can only offer 600mA for accessories, which may or may not be enough to power your NVMe. Using the 25W supply, it can offer 1.6A instead, which gives you plenty more headroom.
by srjilarious
9 subcomments
- I just learned about the whole homelab thing a week ago; it's a much deeper rabbit hole than I expected. I'm planning to setup ProxMox today for the first time in fact and retire my Ubuntu Server setup running on a NUC that's been serving me well for last couple years.
I hadn't heard about mealie yet, but sounds like a great one to install.
- My most recent learning - DDR4 ECC UDIMMs are comically expensive. To the point where I considered just replacing the entire platform with something RDIMM rather than swapping to ECC sticks.
>No space left on device.
>In other words, you can lock yourself out of PBS. That’s… a design.
Run PBS in LXC with the base on a zfs dataset with dedup & compression turned off. If it bombs you can increase disk size in proxmox & reboot it. Unlike VMs you don't need to do anything inside the container to resize FS so this generally works as fix.
>PiHole
AGH is worth considering because it has built in DoH
>Raspberry Pi 5, ARM64 Proxmox
Interesting. I'm leaning more towards k8s for integrating pis meaningfully
- I don't understand some home labs. You see a beefy, but old rack server that has next to none single-thread performance (relatively). Usually servery underutilized un running Proxmox (issa lab after all) and RPi doing something for some reason?
Those setups always pure "home-lab" because it's too small or macgyvered together for anything, but the smallest businesses...where it will be an overkill.
Sometimes it's people running 2-3 node k8s cluster to run a few static workloads. You're not going to learn much about k8s from that, but you will waste CPU cycles on running the infra.
- I went in thinking that maybe there's something to learn for my grand total of 1 ThinkCentre M910q "homelab", but this author's setup is on another league, I'm sure closer (or surpassing) the needs of a small/medium company!
by WarOnPrivacy
1 subcomments
- > 2x Xeon Gold 6248 CPU
300 are a lot of watts. ...I didn't used to pay attention but power costs keep rising.
I recently opted for a i7 F (65w base) over an i7 K (125w base) even with the 15% performance hit.
by srcreigh
10 subcomments
- Can somebody explain the whole proxmox thing? I haven’t used it, I use k3s.
I don’t get why people use VMs for stuff when there’s docker.
Thanks!
by NoboruWataya
0 subcomment
- I second the shout out for Mealie, it's very useful. Importing from URLs works very well, and it gives you a centralised place for all your recipes, without ads or filler content and safe from linkrot.
- > You see, unlike Debian or other standard OS, Raspberry Pi OS (which I still call Raspbian in my head and likely use in this article multiple times) is designed to be flashed to the SD card directly and doesn’t actually have an installer that can be booted from USB
https://github.com/gitbls/sdm
can help with this issue.
- Can someone explain to me why people keep building "home lab" things with RPi's?
Both the "Hacker" and "Cheap Bastard" ethos are better served by ... just about any cheap x86 stuff--especially used.
What am I missing?
by ryandrake
2 subcomments
- Not sure I understand the need to use a Raspberry Pi here. They're cool and all, but wouldn't a regular old PC be simpler to setup, maintain, and attach hardware to? It's a hobby--and you can do whatever you want, but I wouldn't involve a Pi in a home server setup unless I specifically needed something it bought me, like the small form factor, low power usage, GPIO pins and so on.
by ocdtrekkie
1 subcomments
- One of my favorite CyberPower perks is their RMCARDs for network monitoring: It's a separate module that works in basically all of their rackmount UPSes. You can replace the entire UPS without having to pay for the little mini web server again, it'll just pop right into the new unit.
by philip1209
0 subcomment
- Good reminder for me to set up a UPS for my home lab before I go on vacation. . .
by slipperybeluga
0 subcomment
- The best thing I did for my homelab is unplug the raspberry pis and throw them into the crate of no-longer-used-but-wont-throw-away electronics. Switching to an ancient tower PC with on paper poorer specs significantly improved performance and reliability across the board and no more weird issues due to SD cards and flaky network. No worries about causing a house fire with sketchy power supplies. No having to make compromises to make it work like a regular PC with using external drives and no difficulty finding compatible software. Pis are amazing little devices, but my experience from the first gen to v4 is that they are temporary solutions or for use cases that don't have high reliability needs. Just buy a cheap mini PC for the same price and you have so many more options and benefits from the get go.
- I've recently learned that "homelab" is a specific thing meaning you run certain software (like Proxmox), and not a generic term for running a 'server lab' at home.