fedia

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

sudo_xe, in Fedia.io rebuild complete
@sudo_xe@fedia.io avatar

Nice, I was just back from being mystified at this comment chain as people seemed to be mixing up the mbin instances, hope the maintenance makes Fedia easier to use regardless of whether folks were planning on landing here lol

jerry,
@jerry@fedia.io avatar

With any luck, this will take care of the 429 errors too. I actually didn’t realize that was happening until I read the thread you linked to above.

bmzero3,
@bmzero3@kbin.asdfzdfj.xyz avatar

this is still somewhat speculative but if you're running this behind a proxy, you might want to configure either nginx realip module or equivalent, or this: https://symfony.com/doc/current/deployment/proxies.html so it could see and work with real user ip, if you haven't done so already (only do one of them, not both)

currently suspecting that this is the big part on why it hit 429 rate limit when it shouldn't be: the rate limiter probably only sees the proxy address, not the users, and so it ended up rate limiting the entire proxy instead of individual clients/users

jerry,
@jerry@fedia.io avatar

Thank you for this. It is behind nginx, so I’ll likely have to do this

jerry, in Why is sh.itjust.works defederated?
@jerry@fedia.io avatar

It's been a continued source of child pornography.

Quacksalber,

It has? They had problems with a spammer months ago, but that has been dealt with. If anything, the mods on sh.itjust.works were quicker to remove CP when it came on from other instances, than those instances themselves.

jerry,
@jerry@fedia.io avatar

I will lift the ban again. This has happened twice in the past, and each time within ~12 hours, I've had more child porn landing on the server from them. If it happens again though, I will likely leave it that way.

kbal, in Scheduled downtime for fedia.io
@kbal@fedia.io avatar

May fedia soon recover its strength in its new bare-metal free-range uncontained environment.

breadsmasher, in Scheduled downtime for fedia.io
@breadsmasher@lemmy.world avatar

You have a timestamping issue. This post is negative 25 minutes old

jerry, in Lemmy once again isn't federating properly?
@jerry@fedia.io avatar

I'm going to rebuild fedia on a non-container server which should fix the problem

kbal, in Lemmy once again isn't federating properly?
@kbal@fedia.io avatar

Damn has it been that long already? I saw the moment when it broke, it appeared to coincide with a network outage after a couple weeks of being reliable. It's got to be some kind of simple little bug so I even started looking at the code but didn't get anywhere yet.

@jerry

DarkThoughts,

It started to slowly work again around the middle of January but by the looks of it rather short lived...

Edit: I just now got the reply notification for this, 14 hours later. I think this might be on Fedia at the moment... Ugh...

jerry,
@jerry@fedia.io avatar

The problem is that federation keeps dying every few hours - well, it doesn't entirely die, but becomes incredibly slow.

e-five, in error 500 when trying to block some communities

Just to follow up on this a bit I took a look at the code to try to understand why this has always been a problem in /kbin/Mbin. It seems like from cursory reading it will try to send out unsub/unfollow requests on blocking magazines/users even if you aren't subbed or following them. Assuming this is accurate, this has some benefits to make sure the remote removes you, but has the downside of calls to the remote needing to be working in order for a block to happen. I'll try to take a look at making it only send those unsub/unfollow requests if you currently are according to local and see if that makes sense to others

e-five, in Bug: blocks have no effect on search-generated timelines

Fedia runs Mbin at the moment, not /kbin, issues can be reported on github

but assuming you may not have a github account or posting via the fediverse is easier, you can also try posting mbin specific, non-fedia instance questions, comments, or concerns to https://fedia.io/m/Mdev@kbin.run

jerry,
@jerry@fedia.io avatar

Thank you!

ciferecaNinjo, in Federation is more broken than usual

Not sure if this is related but I just received a notification for a new reply and it turned out to be a quite old comment from 5 months ago:

https://fedia.io/m/homeimprovement@lemmy.world/t/173551/Most-chimneys-in-my-neighborhood-are-open-thus-water-enters#entry-comment-3109852

I block all mags from all Cloudflare instances. So sometime after posting to homeimprovement@lemmy.world I blocked it. I still get notifications (which is good), then I unblock it just to read the response then re-block. That’s not likely related, but something happened in the past couple days that apparently caused a “seen” flag to get unset. It’s not in itself worth chasing up but maybe it’s a clue as to whatever happened.

jerry, in Federation is more broken than usual
@jerry@fedia.io avatar

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.

e-five,

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,
@jerry@fedia.io avatar

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

DarkThoughts,

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,

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,

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,

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

osaerisxero, (edited ) in Federation is more broken than usual

This might be the same issue that brought kbin.social to its knees, only fedia/mbin is giving up instead of the infinite retries which are crippling the other platform.

DarkThoughts,

One comment in one of the kbin threads of a guy who hosts his own forked instance said it's probably caused by a Lemmy update, which I guess makes sense. kbin and mbin aren't the same code wise (can't even use the nsfw unblur here), and kbin is also a version ahead of mbin so they might just handle the same issue differently. A lot of the magazines / communities I checked have their latest threads from like a week ago when viewed through fedia. kbin ironically has similar examples, but different ones to fedia. Whatever the cause, it obviously shines a negative light on any 'bin instance and to a degree onto the fediverse. For me, I would really like to avoid having to deal with the shitty Lemmy UI and support the Lemmy devs directly.

e-five,

I wouldn't exactly say mbin is behind kbin, as things have diverged much since the fork. For example, mbin has moderators from lemmy, and lemmy shows mbin moderators. As of latest, mbin gets moderator reports from lemmy (and maybe the other way, I didn't closely review that PR), things like sensitive groups are marked correctly, subscriber and follower counts come from source... Still, there's a lot of work to do for the user experience, many people have made that clear lately, so I'm hoping mbin will be able to gain the contributors needed to make the changes people want to see

Also, yea a lot of /kbin tweaks won't work. I do want to make an eye toggle button to make visible all nsfw on a page, but that might be hindered a bit due to infinite scroll (as well as a user setting to just have it shown by default). In the meantime though, it's just the structure of data changing from javascript to css, so it's always possible to do. I wrote a tampermonkey script able to do so as an example:

// ==UserScript==
// @name         Mbin tweak
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Unhide NSFW entries automatically
// @match        https://fedia.io/*
// @require      https://greasyfork.org/scripts/12228/code/setMutationHandler.js
// ==/UserScript==

checkThem([].slice.call(document.querySelectorAll('input[type="checkbox"].sensitive-state')));

setMutationHandler(document, 'input[type="checkbox"].sensitive-state', checkThem);

function checkThem(nodes) {
    nodes.forEach(function(n) { n.checked = true });
}

based on this answer on how to check all checkboxes on a page

jerry, in error 500 when trying to block some communities
@jerry@fedia.io avatar

lemmy.world is having some issues

jerry, in Flaky GIF uploads
@jerry@fedia.io avatar

How large are the gifs you're posting? So far, my test uploads have been successful and I'm not able to get it to fail...

iamnomad,
@iamnomad@fedia.io avatar

@jerry They range from 2.7 to 9.1 MB, though looking at the ones that did post successfully, they seem to be less than 5 MB. I think I ran into a size limit.

jerry,
@jerry@fedia.io avatar

That gives me something to go on. Thank you.

e-five,
@e-five@kbin.run avatar

As a note, TheVillageGuy was also looking into this in the past https://github.com/MbinOrg/mbin/pull/95#issuecomment-1774097530

As the diff mentions the default max size is 6MB and 5s upload timeout. While php.ini declares 10MB defaults. It's a bit weird they don't match, but there's probably followup on 1. allowing instance owners to configure the size of images they are ok with hosting 2. maybe more research into what other platforms allow, there's a lot of discussion about thumbnails and the sort since remote instances cache things themselves, and broken thumbnails make things look like they aren't working across the fediverse

jerry, in Flaky GIF uploads
@jerry@fedia.io avatar

thanks - I wasn't aware of the issue. I will try to figure out why.

hitstun, in Fedia submissions stopped federating out again?
@hitstun@fedia.io avatar

Ah, so it wasn't just me? I thought I must have done something weird with my formatting to mess up federation. Since the post you mentioned, this has happened on two more posts with images and a link post. I'm not trying to break Fedia, I promise!

hitstun,
@hitstun@fedia.io avatar

Ah, so it wasn't just me? I thought I must have done something weird with my formatting to mess up federation. Since the post you mentioned, this has happened on two more posts with images and a link post. I'm not trying to break Fedia, I promise!

I left that comment five hours ago and it didn't federate either. I can see it on Fedia but not on Kbin.social. I thought comments always federated, but maybe not? It looks like there's another bug to squash somewhere. @jerry and @melroy have been doing an amazing job running a cool social media platform to run on this cursed code base.

jerry,
@jerry@fedia.io avatar

I think the issue now is with the containerized version of mbin. I tried saving money by running it in my container host, but it's clear to me that is not going to work out. So I will be rolling it back to a bare metal server :/

MHLoppy,
@MHLoppy@fedia.io avatar

Sorry to contribute to the ruination of your server-consolidation dreams 😢

jerry,
@jerry@fedia.io avatar

I am going to wait till it happens again and try to debug. I really don’t want another $100/month server bill if I can avoid it

MHLoppy,
@MHLoppy@fedia.io avatar

I can give you a quick yell on infosec.exchange the next time I notice it!

hitstun,
@hitstun@fedia.io avatar

Me too. Next time I notice something I post doesn't federate, I'll give you a shout out on infosec.exchange if it's easier for you.

jerry,
@jerry@fedia.io avatar

That would be great. Thank you!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • fedia@fedia.io
  • random
  • meta
  • Macbeth
  • All magazines