Okay, now I just saw a bunch of posts newer than the past two days show up on !NonCredibleDefense@sh.itjust.works, one from only 37 minutes ago as of this writing.
LemmyToday
If you experience issues or problems with this instance (lemmy.today), this is the place to discuss them. Or if you just want to ask questions about how something works. Anything related to the instance or lemmy itself.
Note, on the second, probably-unrelated "slow lemmy.today over the past hour" thing, looking at the behavior I see with tcpdump
, I see periods where there's no response to SYN packets at all in a quick test. So I'd assume that whatever is going on there is either related to network connectivity (I don't know whether you have a reverse proxy of some sort set up, but might be between that and your actual host) or if not on the network, at the kernel level on lemmy.today. My machine was sending a SYN on connection initiation, but getting no SYN+ACK packet back. My understanding is that SYN+ACK should be sent by the lemmy.today kernel prior to the userspace-level involvement in the connection process; the lemmy.today kernel should be doing that process independent of any issues in userspace, shouldn't need an accept()
call.
It's responding normally at the moment. And I'm not super-worried about the latter issue, as far all I know it's some sort of transient problem with Hetzer's infrastructure; just wanted to mention it, as it might be relevant to the prior problem.