this post was submitted on 02 Jan 2024
3 points (100.0% liked)

Fedia Discussions

2 readers
12 users here now

founded 1 year ago
MODERATORS
 

When I look at https://fedia.io/all/newest right now there seems to be very little getting through today, with only 3 new threads in the past 10 hours.

Edit: 4 now that I've posted this one, and now I notice that they're all from local users.

you are viewing a single comment's thread
view the rest of the comments
[–] jerry@fedia.io 3 points 8 months ago (2 children)

Hi all. I am working on it. I am trying to figure out what the problem is this time rather than just restarting the containers.

[–] DarkThoughts@fedia.io 1 points 8 months ago (1 children)

Instances like feddit.de are like almost 2 weeks behind now, with the last threads being from right at the end of the Holidays.

[–] e-five@fedia.io 1 points 8 months ago (1 children)

It's also possible there are no local subscribers, or weren't until now. It's one of the things we need to fix after updating subscriber counts to show accurate information rather than just local information, as it's unclear if a magazine has no local subscribers anymore

[–] DarkThoughts@fedia.io 1 points 8 months ago (1 children)

I'm subbed to https://fedia.io/m/dach@feddit.de and it has not caused any federation of the newly submitted stuff since then.

[–] e-five@fedia.io 1 points 8 months ago* (last edited 8 months ago)

Hmm... looking at their instance list and stuff, I get the feeling they might consider fedia an "inactive" instance (based on the information being out of date), which is a bug lemmy has where after upgrades it marks instances as inactive and never updates it again. I will try to get in contact with their admins to confirm

Edit: quick edit, speaking with another german instance owner they said they have the same problem with feddit.de right now and have already spoken to the admins and already taken steps to reset active state but it isn't happening, perhaps more debugging is needed or maybe this is the lemmy federation issue people have been discussing

Edit edit: they say they're waiting for https://github.com/LemmyNet/lemmy/issues/4288#issuecomment-1879052639 to be merged which looks hopefully soon

[–] e-five@fedia.io 0 points 8 months ago (1 children)

if there's anything people can help with don't hesitate to ask in matrix!

One thing I wanted to raise to your attention was asdfzdfj's change to persist logging for docker setups which might make it easier to debug if your logs aren't persisted between container restarts

I mentioned in matrix but just in case since it's a bit of a gotcha for people that run in docker:

as a headsup for anyone running docker, there was a recent change to persist storage of logging just merged. it requires creating a directory and changing permissions on it. the admin guide was updated here but you may need to mkdir -p storage/logs and sudo chown $USER:$USER storage/logs where you run docker from by next sync/release

this may or may not be relevant to you depending on if sync'ing would change your compose setup

[–] jerry@fedia.io 2 points 8 months ago

I am going to apply this upgrade this weekend. I spent a few hours looking through logs this morning but didn't see anything obvious (there are a breathtaking amount of logs) so gave up and restarted the containers. Will look again when it fails after I make log storage persistent