this post was submitted on 23 Nov 2025
76 points (97.5% liked)

Selfhosted

53128 readers
948 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

LOL Not really, but boy it has been a day. Started at 7:00 am and I finally resolved (?) the issue. In fact I've got through every last bit of my network, and at this point in the evening, I actually don't have a solid reason why the issue was present. Something in my VPN settings glitched, or something got triggered on pFsense and got hung up....something, something with Tailscale. It wasn't CLoudflare this time. LOL

You ever do so much to a problem that when you 'fix' it, you have no real idea what the fix truly was? You ever have a problem and find all the shit you cobbled together in the name of 'just get it running and back online'? I did, and decided that I would fix that shit too. It took all flippin' day.

You guys that do this for a living....I salute you! jebus crispies!

ETA: 8 bells and all's well today.

top 32 comments
sorted by: hot top controversial new old
[–] user224@lemmy.sdf.org 41 points 21 hours ago (1 children)

Touch it until it works, then never again while it still does.

[–] arin@lemmy.world 3 points 13 hours ago

Me and the strange electrician type wiring they did to the cat5 Ethernet in the walls where i need to plug my fiber gateway into.... 950MBs and no issues so far! First week was hell tho.

[–] i_stole_ur_taco@lemmy.ca 40 points 19 hours ago (2 children)

“So what was the problem in the end?”

“Man, I don’t fucking know.”

  • me, every goddamn time
[–] Zanathos@lemmy.world 20 points 19 hours ago

It's always DNS

[–] Appoxo@lemmy.dbzer0.com 5 points 13 hours ago

Me with Windows issues.

Was it a Windows update?
Was it the release upgrade (e.g. 24H2 -> 25H2)?
Was it the restart?
Was it a driver update?
Some program specific bug?

And due to bad naming, convoluted or outdated documentation or fucky SEO from spam sites pretending to know the fix that did X or Y...

At least with Linux you sort of can find the specific fix in a release from the merge/commit notes.

[–] problembasedperson@lemmy.dbzer0.com 15 points 13 hours ago (4 children)
[–] user224@lemmy.sdf.org 8 points 8 hours ago (1 children)

OK, here's a somewhat famous case of email that could only be sent within something over 500 miles, but no further: https://web.mit.edu/jemorris/humor/500-miles

[–] irmadlad@lemmy.world 1 points 1 hour ago

That's an awesome story. 500 miles...lol

[–] jjlinux@lemmy.zip 2 points 12 hours ago

Story of my nerd life 😂

[–] irmadlad@lemmy.world 1 points 1 hour ago

Relevant XKCD

Isn't there always one? Seems so. LOL

[–] RamRabbit@lemmy.world 14 points 18 hours ago* (last edited 18 hours ago) (2 children)

I hate, hate, hate when I fix something and I don't know why the fix worked (or what the fix even was...). I want my suffering to result in something learned so it doesn't happen again.

[–] irmadlad@lemmy.world 3 points 9 hours ago

I want my suffering to result in something learned so it doesn’t happen again.

Soooo much this. I'm down to learn about technology any day of the week. But when I 'fix' something and I don't know what the 'fix' really was, it is a rush of mixed emotions. I am ecstatic relieved the problem is fixed, but left empty not having learned the 'why it broke' in the first place. And then I'm always fearful that the problem will gestate in my lab and rear it's ugly head again at some other inopportune time.

[–] corsicanguppy@lemmy.ca 1 points 17 hours ago

This. If I pay the cost in frustration and anguish and soul-searching and demanding justice from an uncaring god, I want some thing for it. I want documentation. I want my lessons learned from the post incident review. I want something I can hack into mgmtConfig to make sure nothing else will do that too.

Struggling for no payoff is the absolute worst thing.

[–] SnotFlickerman@lemmy.blahaj.zone 13 points 20 hours ago* (last edited 20 hours ago) (1 children)

When you do it for work, you log what you have changed each time you make a change to try to fix it, and you log what you revert, so you can keep track of what you have tried, what worked, and what didn't and have a clearer idea of what the solution was.

Sometimes it really does take a while to nail down though, and sometimes it isn't entirely clear why what worked worked. Especially if you're a junior network engineer without as much experience.

[–] tburkhol@lemmy.world 2 points 13 hours ago

I made a self-hosted forgejo repository of /etc. Commit messages aren't always informative, and I've never actually gone back to the repository to figure something out, but it's there, just in case. Me cosplaying a sysadmin.

[–] Gobo@lemmy.world 6 points 9 hours ago* (last edited 9 hours ago) (1 children)

Sometimes the fix has been done but the effect takes a while. For a cache to age out or a change to propogate. It all depends on what you are working with/on. Or you made a change but forgot to restart a specific service.

Meanwhile even though you did a fix correctly and aren't aware of it, since it doesn't seem to work you change something else and break it again inadvertently.

[–] irmadlad@lemmy.world -1 points 9 hours ago

Note to self: Scan lab for hidden cameras

[–] dotslashme@infosec.pub 6 points 13 hours ago (1 children)

Man, I know that feeling. One thing that helped me better deal with issues like this, was to have a changelog. Basically I write down what a setting was, what I changed it to and a reason. If something goes wrong, I can at least undo what changes I've made and see if it helps. It's not perfect, but it might shave some hours off a RCA.

[–] jjlinux@lemmy.zip 3 points 12 hours ago (1 children)

This is what led me to set up SnipeIT and keep a log on every change on each device. It gets wild as the devices and services increase.

[–] irmadlad@lemmy.world 1 points 9 hours ago

SnipeIT

I've seen the app rolling around in Awesome Lists, but always thought it was for larger operations with a lot of infrastructure and not necessarily a home lab. I might look into it seriously.

[–] possiblylinux127@lemmy.zip 5 points 19 hours ago (1 children)

I had bizarre DNS issue I could not figure out. It ended up being that I turned on hardware routing/NAT on my OpenWRT box and then forgot about it

[–] jjlinux@lemmy.zip 1 points 11 hours ago

It's always DNS 😂

[–] Appoxo@lemmy.dbzer0.com 3 points 13 hours ago

How I fixed hardware acceleration on my NUC for Jellyfin.
My docs on how to install/enable HuC/GuC:

collapsed inline media

And to this day I am procrastinating upgrading my main docker host because I can't be bothered to either inplace upgrade my Debian 10 (or 11) to a current release and then fix that I restart my whole journey and sacrifice a whole weekend on fixing my card house of a homelab/home infrastructure....

[–] Tolookah@discuss.tchncs.de 2 points 20 hours ago (2 children)

I understand.

I learned again for the nth time that home assistant doesnt like refreshing my cert, and I can't go to the site to refresh the cert unless it has a valid cert...

Maybe I'll fix it tomorrow. It's valid again now.

[–] funkajunk@lemmy.world 6 points 20 hours ago (2 children)

Why not use a reverse proxy?

[–] 4am@lemmy.zip 5 points 19 hours ago

Yeah I’ve got home assistant, a thing built for automating, but I leave that shit to certbot lol

[–] Tolookah@discuss.tchncs.de 1 points 13 hours ago (1 children)

When I set it up, I did not know better.

Now? Inertia. Nginx already does it for other things, I haven't bothered to move home assistant over because home assistant works ( all but one days in a cycle)

[–] funkajunk@lemmy.world 2 points 5 hours ago

"inertia" is a much nicer word than "complacency".

I'll be borrowing that.

[–] Appoxo@lemmy.dbzer0.com 1 points 13 hours ago

What's holding you back from visiting the site to fix it? HSTS?

[–] frongt@lemmy.zip 2 points 18 hours ago

Sometimes the problem isn't on your end. The server might be having issues, or your ISP. Have to rule those out too.

[–] mhzawadi@lemmy.horwood.cloud 2 points 15 hours ago

Some issues are like that, you fix the issue presented and find more issues to fix.

I do it for a day job and have had issues that I can't explain as anything more than restart a service and now it works, I also run my own kit and have had the same type of issue.