lemmy_support

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

tal, in Version 0.19.1 outgoing federation issues for anyone else?
@tal@lemmy.today avatar

This post, a day before yours on the lemmy_support@lemmy.ml community, is describing some similar behavior, with some CPU usage at start (at least on the first boot; not clear whether that is a one-off on migration from the text) and then federation problems with 0.19.1:

lemmy.ml/post/9563852?scrollToComments=true

After upgrading Lemmy from 0.18.5 to 0.19.1, the lemmy_server process is taking up 200-350+% of my CPU…It seems like my instance isn’t federating properly now tho.

Loulou,

I got som weird behaviour, like nothing worked very well, with 0.19.0 so I updated to 0.19.1 and after quite a while (small instance, beefy PC) it starts to work again, it seems.

Except I am now a moderator everywhere. Maybe it doesn’t work, I won’t try, except asked, so can someone make a post that I can sticky or delete just to see what’s happening?

Cheers!

mrmanager,
@mrmanager@lemmy.today avatar

Yeah that’s what we are having here too, huge cpu usage and issues with outgoing federation. Sounds spot on.

db0, in Lemmy Ansible 1.3.0 (Lemmy v0.19.0) update dramatically reduced performance of instance
@db0@lemmy.dbzer0.com avatar

The lemmy frontend will come up fast, but you would see an error and a popup telling you that lemmy is still starting. If you can see content, then the DB migration is finished already. The 1.3.0 branch of ansible doesn’t have any changes which would cause performance impact. Currently it just adjusts the readme and adds pictrs 0.4.7.

BlackEco,
@BlackEco@lemmy.blackeco.com avatar

doesn’t have any changes which would cause performance impact

There’s Lemmy 0.19.0’s persistent federation queue which brings a much higher database load, this could be why OP reports reduced performance.

db0, (edited )
@db0@lemmy.dbzer0.com avatar

Yes, but those changes are not unique to the ansible 1.3.0 deployment

late_night, in Seeing read-posts despite "show read posts" being un checked
@late_night@sopuli.xyz avatar

Have you tried logging off and then back on? I had issues on my end after a server update and that fixed it.

GrayBackgroundMusic,

Kind of. 0.19 update logged me out of everything. So, it’s a fresh login.

RotatingParts, in Account being verified since >1month on Jerboa

I have the same problem with Jerboa, yet if I accesses Lemmy through a web page, my account is fine. I installed Eternity on the phone and my Lemmy account has no problems on that app. Another data point that this is probably a Jerboa issue.

maegul, in Please reconsider removing user aggregate scores from the API
@maegul@lemmy.ml avatar

As someone who is against use aggregate scores and pleased to see it removed I can understand the desire to make it available to admins/moderators to assist in their actions.

I think making the numbers available only for admins/mods would make sense, though I also feel it starts to get to be an arbitrary divide.

I also have to wonder if an admin/mod couldn’t simply use the view of the user’s posts/comments we all have access to along with the various sorts available. Want to know if a user posts generally well received stuff … look at their posts and sort by “Top all time”. Want to know if they’re regularly posting stuff that is poorly received, sort by “Controversial” (which is new) or just “New”. I’d suspect that in the end integrating this sort of lookup into the moderation tooling so that it’s easier/quicker to do would be more worthwhile than persisting with user aggregates.

h3ndrik, (edited ) in details-summary HTML tags treated as literals (~~BUG or~~ SUE)

I think you need to use Markdown and not bracketed tags.

Try the spoiler format:

join-lemmy.org/docs/users/02-media.html

You can also have a look at how other people did it. There should be a button somewhere to view the source text of any post or comment. In the Lemmy web-interface this button is hidden behind the three dots icon.

activistPnk,

Thanks! It’s rarely used so trying to find back a post that used it would be hard. Knowing the terminology (spoiler) was half the battle.

Blaze, in Images not loading

Same issue here

seahorse, in Federation broke on my instance
@seahorse@midwest.social avatar

Try select * from instance where domain = ‘popular.instance’; and see the last time it was updated via the updated column. I’ve been having to update that column with update instance set updated = now(); because once that timestamp becomes older than 3 days your instance assumes it’s “dead”.

dandroid,

I checked a few instances and they were all last updated on November 18th. I ran that query and updated the updated field to now for all rows, but they aren’t continuing to update after that, and no traffic is coming through.

seahorse,
@seahorse@midwest.social avatar

I believe anything prior to that timestamp will not federate. New stuff should.

Rottcodd, in Best way to bookmark lemmy communities in a web browser

This seems like a weirdly unnecessary way to not quite manage to duplicate what lemmy has been designed to do.

How do I make it just work with just my original account?

You go to the community list for your instance and do a search on the URL of the community you’re interested in. Then (assuming that your instance is federated with the other one) your instance will create its own mirror of the community, and you’re done.

rob299, (edited )

I agree it’s probably weird, unnecessary? eh depends on use case. lemmy (atleast the website) seems to meet me halfway with why I would use Bookmarks to begin with. one thing I can’t seem to figure out is how to set custom categories for Lemmy communities that I subscribe to/order them without having to unsubscribe and subscribe again to communities, in the web interface.

maegul,
@maegul@lemmy.ml avatar

one thing I can’t seem to figure out is how to set custom categories for Lemmy communities that I subscribe to/order them

Yep. Lemmy doesn’t provide any community management tooling, which is a shame, because a little can go a long way. Some clients provide some help, but generally it seems to be a lacking feature set.

txmyx, (edited ) in How to free up space pictrs or postgres
  1. Upgrade your storage. 160GB is nothing and 1TB SSDs are cheap
  2. You could delete pictures, but then the posts are broken
  3. You could archive old pictures. The pictures will have a longer load-time. Also I don’t think archiving pictures is a feature of lemmy, so you would have to implement it yourself

Edit: I think postgres is so big, because of backups. You could delete those, but that’s risky

skariko,
@skariko@feddit.it avatar

Thank you for your answer!

Since I currently use Hetzner the only way to get more space is to upgrade the server (at a not inconsiderable cost).

The alternative might be to purchase SSD block storage volumes which are definitely lower priced (5€ per month for 100GB) however it would be interesting to know if there is a guide for Lemmy for this or if others have had positive experience doing this.

nachtigall,

You could get a storage box which is just 3.81€ for 1TB and mount it via NFS or SSHFS. That’s how we are doing it at Feddit.de

skariko,
@skariko@feddit.it avatar

Thanks i think this is a great idea.

Since this problem I think is quite common (at least from reading a few threads and comments around) it might be interesting to create a guide especially regarding the part of having lemmy use this/mounted volume instead of the default one.

I in the meantime will try to look around for some information on how this can be done, any advice is definitely welcome.

Thanks!

nachtigall, (edited )

I’d just ping @wintermute here as he might tell you more about it.

pamojaan, in Why do posts from other communities on my server don't send all the comments/reactions?

Ok, I think it may just be some syncing issues. I can see comments/reactions slowly start pouring in.

I recall a similar experience when using matrix chat for the first time. Everything is synchronizing very slowly for the first time creating very confusing experience for new users.

_haha_oh_wow_, in We can't get post and comment score anymore
@_haha_oh_wow_@sh.itjust.works avatar

How is this critical???

turkalino, in how to stop federation?
@turkalino@lemmy.yachts avatar

I believe you were supposed to unsubscribe from everything before deleting so that other servers won’t continue to send stuff

Blaze, in Unilem.org Offline
@Blaze@discuss.tchncs.de avatar

From lestat.org, it seems down indeed.

If the owner didn’t let any contact info, we’ll probably never know. Sorry for the loss of your account

LifeGivesYouLemmys,

Thanks. Yeah, losing the account kind of sucks but not the biggest deal. The ability to instance-hop is a great strength of the fediverse, even if it does mean I have less faith that my accounts are permanent.

Ignacio, in Banned for not breaking the rules, but disagreeing with a mod
@Ignacio@kbin.social avatar

I'm really sorry for what happened to you. And I'm really disappointed because lemmy allows fascist instances and fascist friendly instances to stay, like lemmy.ml, the bears, the grads, and others. Why can't they just leave like exploding-heads did? Why right fascism is bad and left fascism is good, when fascism is fascism after all?

davel,
@davel@lemmy.ml avatar

socialists are fascists. war is peace. freedom is slavery. ignorance is strength.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • lemmy_support@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #