mastodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance, open to everyone, but mainly English and French speaking.

Administered by:

Server stats:

823
active users

#homelab

64 posts57 participants1 post today

I’m poking around in #infomaniak email service and it is fantastic! I could have a separate user for my #selfhosted services who don’t have access to my personal emails. Nice web interface and very nice mobile app. I think I want to migrate from #Fastmail to have my emails in Europe. Also this is a good opportunity to also move my main email address into my personal domain, so I don’t bound to a specific email provider.
#homelab #email #Europe #eualternatives #emailproviders

There is so much more shit you have to do to make things HA! I"m trying to see how I can make an s3 gateway highly available in the #homelab . Need to create multiple of the things, then you need to load balance them, then you need to anycast or Dynamic DNS the load balancers so those are HA!

Fuck it I'm taking the outage!!

Make U/FTP great again?
I got a few of those slim cat6a patch cables and I like them a lot. Could save a lot of space/weight/hassle compared to boring cat7 cables.

Any concerns when used up to 10m length? I just plugged this cable into a 10gbase-t link which seems to work fine.
What's your favorite fancy CAT cable?
#networking #homelab #ethernet

added a USB-powered 120mm fan on top of my otherwise fanless mini PC server last night, because the SSD has been getting uncomfortably warm and it has reached the level of occasionally dropping off the bus and needing a hard reboot (because that's where /, and therefore /bin/reboot, is)

no idea why the temperatures spiked for a while when i did so, that seems like the opposite of what a fan should do, but it seems to have helped once it got over that bit

Need some advice. Setting up Endless Os to a couple of laptops to give out to kids. Unfortunately my ISO was the “small one”, is there a suggested list of educational applications ? I got Kiwix, Scratch… anything else that is uber cool for 6-11 years old? #homelab #selfhosted

Continued thread

Added down scaling for statefulsets into the mix. Found the CustomObject API endpoints when implementing CloudPG clusters and refactored the deployment/statefulset functions to call these. Simplifies everything somewhat.

Contemplating letting the #upsScaler loose in the real cluster on a test namespace… wonder what surprises that will uncover…

Dear #HomeLab

I have a Synology RT2600ac router I don’t currently need. It’s worth about $50 on eBay.

Do I keep it “just in case”, or sell it now to free up space and clutter, hedging that by the time I need something, this will be out-of-date or unsupported?

Replied in thread

@lucas3d I have thought about this as an alternative. Having a main 2.5gb Ethernet as the main haul, but use the Infiniband between nodes for the internode back haul/main machine side channel to upload ISOs and other large scale data moves to the cluster from my main machine.

My ProxMox cluster is Lenovo Tinys, so I'd also need to upgrade to ones that supported PCIe to use a card in them, but that's already on the roadmap. It'd be nice if they made a Tiny with an Infiniband so we could use them as poor man blades or something.

So maybe the answer is keep three of the dual port Infiniband cards, sell the rest off to fund a migration to a 10gb Ethernet network. The three cards I keep will be for future migration of the nodes.

Does Infiniband support more than three nodes in a round robin? All the articles I've read have had three nodes and I don't know if that is coincidence or if that's an Infiniband limitation. I don't know enough about Infiniband to know.

#infiniband
#homelab
#networking

My hardlined network is currently all 1GB ethernet connections. I have a few machines that have 2.5gb Ethernet ability and am debating going the cheap route and just getting a 2.5gb switch.

I also have 2 Sun Infiniband 40gb switches and a ton of Infiniband PCIe cards, but holy heck is rack mount network gear loud AF.

I'd love to move to 40gb but can't seem to find decent desktop switches for it. Is it only data centre grade equipment? Should I just sell it off and go 10gb Ethernet?

I know Infiniband offers a lot more than just basic networking, but only one or two of my machines would support those goodies.

#infiniband
#homelab
#networking

🎁 Machine Build Sunday 🎁

Twelve hours of additional system fun today!

Rack rebuild state: 95%
Talos II OpenBMC validated ✔️
GPU boxes rebuilt and upgraded ✔️
EPYC workstation rebuild to 4U ✔️
Router rebuild 25G + QAT: 50%
Network upgraded: ✔️
UPS' upgraded: ✔️

Supervillain Agenda 2025
1. Mandate all screws and bolts to be replaced with Torx head
2. Mandate all packing tape to be silent type, with zero residue

Sometime in the next few months, my regular stream co-host will be out of pocket for a few weeks.

I think that that'll be a great time to do some #HomeLab #Streaming instead. Maybe that'll be the motivation to get the full CO-to-subscriber T1 circuit working and we can poke at it while on air?

Still need to snag a H4TU-C card for the CO side, and will probably need to rig something up for power and signal since I won't have the unit that that's meant to slot into.

That was really straightforward. I've now got the gpg-agent from my desktop forwarded to my Homelab's C&C host, and I can use the private key on my desktop to decrypt pass secrets on the C&C without having to have the key there or having to enter the password for decrypting the key there.

Next step: Configuring kubectl to use pass to get the k8s certs, instead of having it sitting unencrypted in the .kube/config file.