this post was submitted on 02 Aug 2023
23 points (100.0% liked)

Selfhosted

39183 readers
299 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 1 year ago
MODERATORS
 

I’m hosting my own Lemmy instance and so far everything has been pretty smooth. However I’m noticing some issues with specific instances, communities, or comments not showing up through my own instance.

I had added instances to the allow list initially but I cleared those so that it’s wide open now. I have an account on lemm.ee and I use that periodically to compare feeds, and like I said sometimes a post or comment is missing, actually I often see a comment that looks like it’s responding to a another comment, but I cannot see the parent comment.

Initially I took my admin account and subscribed to all of the most popular communities I could find, but that seems to have left some holes.

Is there a way to force federation with more Lemmy instances?

Thank you for any direction you can provide.

top 7 comments
sorted by: hot top controversial new old
[–] ninjan@lemmy.mildgrim.com 9 points 1 year ago (1 children)

If you mass subscribed then it would help to know what kind of hardware you're running Lemmy on, and what type of connection. Since DB and connectivity issues might explain the issue. Generally you can't "catch up" if your instance is unreachable for any length of time so being available 24/7/365 is important if you want to ensure you get and can see all content.

[–] anolemmi@lemmi.social 3 points 1 year ago

Copy that, thank you!

I spun up Ubuntu on a Linode so it should be up all the time. I check the Linode dash fairly often and haven’t seen any issues with it.

[–] thatguyadmin@lemmy.itsallbadsyntax.com 5 points 1 year ago (1 children)

I am new to the fediverse, and could have misconfigured my docker image. But, I have de-sync issues the same way. What I started doing is browsing other Lemmy instances directly. Because my subscription does not seem to pull all content and all comments. It picks and chooses to sync about 4 or 5 post out of the ~50 a day from my 6ish different subscriptions.

I am not totally sure how the software talks back and forth between instances. But, it seems like a huge issue if instances don't have a feature to stay in sync.

[–] PriorProject@lemmy.world 2 points 1 year ago

Fwiw, federation is known to be relatively unreliable at the moment. https://github.com/LemmyNet/lemmy/issues/3101 is marked as closed, but it seems pretty clear to me that many of these behaviors persist in 0.18.3. There may well have been improvements, but we haven't yet achieved full resolution of these things.

[–] RoundSparrow@lemmy.ml 5 points 1 year ago

I use that periodically to compare feeds, and like I said sometimes a post or comment is missing, actually I often see a comment that looks like it’s responding to a another comment, but I cannot see the parent comment.

There have been bugs in Lemmy not sending comment deletes to all the instances. And lemmy.world and lemmy.ml were not communicating fro Saturday through Tuesday. Lemmy.world had some significant outages. It gets pretty tricky to track down and identify exact causes while things are unstable.

[–] eskuero@lemmy.fromshado.ws 4 points 1 year ago* (last edited 1 year ago)

You only receive content updates for the communities your local users are subscribed.

That being said federation has been struggling significantly since this past reddit exodus and there's time where outages of any kind might have made you lose federated content. I don't think is possible to "catch-up" all of what you have lost.

You can however per example search a port url of a remote instance to force it federate.

[–] Snipe_AT@lemmy.atay.dev -3 points 1 year ago

I ran into an issue similar to this while hosting my server. Turns out there is a ”feature“ (seems bugged) on my ASUS router called “DDOS Protection” that mistook inbound lemmy traffic as attacks and just dropped them instead of forwarding them. Once that was disabled everything worked like normal. Maybe be worth trying.

Be ready to use other methods to deal with DDOS though.