this post was submitted on 05 May 2025
462 points (98.3% liked)

Technology

69804 readers
3757 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 2 days ago (2 children)

Right, I didn't have any issues running it on a pi for years too. The problems came when I started messing with things. So, really my advice is to help save people from ideas like mine.

I decided one day to take a bunch of old laptops and create a proxmox cluster out of them. It worked great, but I didn't have a use for them, I was just playing. So, I decided to retire the pi and put the pihole on the cluster. HA for the win!

I did that and came woke up a few days later to my family complaining that they had no internet. I found the pihole container on a different node and it wouldn't start. Turns out with proxmox you need separate storage for HA to work. I had assumed that it would be similar to jboss clustering which I'm familiar with, and the container would be on all the nodes and only one actice at a time, with some syncing between nodes. Nope.

What's worse is the container refused to move back to the origional node AND wouldn't start. The pi was stored away at this point so I figured it would be easier to just create a new container, but duh, no internet. Turn off dns settings on the router, bam have internet.

Eventually set up the old pi again, and it took me a while to figure out what I had done wrong with proxmox. But while I was figuring it out it was nice to have the backup.

Now I always have two running on different hardware, just in case.

[–] [email protected] 10 points 2 days ago

The problems came when I started messing with things

🤷‍♂️

[–] [email protected] 1 points 2 days ago

I just set up keepalived with a virtual IP. Nebula sync syncs them once a day. Dead simple and has been working for ages.