When you're busy creating EFS volumes and are interrupted by an email from AWS saying that an action on EFS volumes is required, it takes a while to realise these two things are not related.
(There's a new version of efs-utils you should use to avoid a race-condition. This was communicated earlier and I've already done that, but just now there was an update to the communication.)
Apparently having the worker processes of four unrelated server programs running next to those server programs on the same node is not ideal. No matter how much memory the node has, the out-of-memory killer will eventually kill the web server. It seems that the worker processes look at how much memory is in the machine and use it, not at how much memory is left unused in the machine.
I've reinstated the swapfile and changed the cron schedule of the workers to not happen at the same time anymore. That was a bit optimistic...
@financialtimes is reporting that #Mastodon inventor @Gargron has so far rejected five approaches by US-based #investors to take a piece of Mastodon. Seeking to retain its (our) #nonprofit status he has rejected these approaches.
If you have the ability support your instance/server by a regular (small) donation to ensure we can make sure our & #Rochko's vision of a #socialmedia unlike other places can be maintained... its worked for #wikipedia it can work here!
Gidi Kroon reshared this.
Gidi Kroon likes this.
reshared this
Also upgraded this Friendica, to version 2022.12. It went smooth, though the database update took a bit longer than normal. Normally I don't notice any downtime, now it was busy for a few minutes.
I also enabled the new 'fancybox' add-on, which is very neat!
#Friendica
Upgraded this Pleroma to version 2.5.0, the latest stable version. Other than previous updates, it appeared necessary to stop the server before doing the mix deps.get
rather than later, before the mix ecto.migrate
as I usually do. Some file was in use. The instructions don’t specify when to stop the server.
Also, there was an error involving rebar3
(the tool was probably not recompiled after upgrading erlang/elixir a while back) which could be solved by running:
sudo -u pleroma MIX_ENV=prod -s -- eval 'mix local.rebar'
and checked with:
sudo -u pleroma MIX_ENV=prod -s -- eval '~/.mix/rebar3 --version'
I found this command in my history, so I had this problem before and there may be better ways of solving the error, but this worked.
Highlight in this version for me based on the change notes: lists!
Gidi Kroon reshared this.
We receive over half a million HTTPS requests per day to www.bbc.co.uk with no TLS SNI hostname (& ~100k/day to www.bbc.com).
The vast majority of these look like automated testing rather than humans.
If you run one of these (or know someone who does), please consider updating your software to something which supports TLS SNI (or deleting the test) because we may remove support for client which don't support TLS SNI which means your tests will break.
Boosts/shares would be much appreciated 🙌🏻
reshared this
#ChloeBennet #AgentsOfSHIELD
imdb.com/title/tt8416608/media…
reshared this
#TheSandman
A long interview with Jenna Ortega at a screening of Wednesday, during what I think is a fashion show. She talks of course about Wednesday, but also other aspects of her career.
And I also don't know why the video is mostly on its side and why the beginning is edited to be at the end. As far as I can tell, this is the official recording.
#JennaOrtega #WednesdayNetflix #Wednesday
youtube.com/watch?v=mK2qNx-oG5…
In July I had to call an ambulance for my father. 999 answered instantly, but then the ambulance service line just rang, & rang, & rang, for over half an hour without answer. My father stayed injured on the ground for the whole night even after we called via another agency. As a result of his neglect that night, he has now become unable to live at his home and is in residential care.
The UK ambulance #strike is because people are at risk. It is not the cause, it is action to end the scandal.
Gidi Kroon reshared this.
Joppe Kroon likes this.
[UPDATE]: FIXED by @RinCat 😍 Thanks you all for feedback! 👍
---
So, I had a kernel panic while I was recording a video tutorial with OBS, and I had to hard reboot the computer because everything froze. Unfortunately, the ongoing record before the crash was corrupted at reboot.
It's an important piece of the video, and I can't retake it. So it ruined my long video tutorial... 😭
The corrupted MP4 segment: peppercarrot.com/extras/videos…
reshared this
feld likes this.
@Paul Jakes I didn't even mean that... But I guess that's also true, as I'm here following the people I'm also following on Twitter...
But I was talking about using both my Pleroma and Friendica accounts to follow the same people, in case one breaks, but also to get migration notifications, which don't work on Friendica.
I'm also on Zap and Osada where channels are technically linked using 'Nomadic Identities' and thought that was similar.
Gidi Kroon reshared this.
Gidi Kroon likes this.
reshared this
I don't know why the main socials of His Dark Materials are promoting today as being the premiere of series three, since we're already four episodes in, but I guess they have a bit of a UK focus. Anyway, UK people, in about twenty minutes it starts for you on BBC one!
And stick with it, series three takes a few episodes to get into it.
#HisDarkMaterials
Wow, Twitter now disallows all links to other social media, including Instagram and Facebook, also to non-social media sites like linktree, including just mentioning handles without link or giving a plaintext description of your link or handle.
What is still allowed, is automatic crossposting to Twitter from the other site and including a link like that.
I guess putting your social media handles on your own site, and putting your own site in your bio's, is the way to go.
How they see the difference between automatic crossposting to Twitter with link back and on the other hand posting a link out, I don't know. I also don't know why they include linktree in the ban, as it is just like a personal homepage listing your identities.
#Twitter #TwitterLinkOutBan
Gidi Kroon likes this.
Gidi Kroon reshared this.
if you see "me" messaging about joining a Telegram or buying crypto, please double check the Mastodon server they're on!
I'm only on hachyderm.io, and there's now someone trying to impersonate me on a different instance, asking people to join their telegram.
Gidi Kroon likes this.
Gidi Kroon reshared this.
Gidi Kroon likes this.
Gidi Kroon reshared this.
I started watching The Act because the lead character is played by Joey King. I noticed AnnaSophia Robb as well, which is great. I didn't recognise Patricia Arquette and I'm ashamed.
Luckily 'the twist' came in the first episode already rather than at the end of the season, since I suspected something along those lines early on.
#JoeyKing #TheAct #AnnaSophiaRobb
themoviedb.org/tv/82883-the-ac…
The Act
A seasonal anthology series that tells startling, stranger-than-fiction true crime stories with the first season following Gypsy Blanchard, a girl trying to escape the toxic relationship she has with her overprotective mother.The Movie Database
Gidi Kroon likes this.
Gidi Kroon reshared this.
Beko Pharm (deprecated)
in reply to Gidi Kroon • • •Gidi Kroon likes this.
Gidi Kroon
in reply to Beko Pharm (deprecated) • •@Beko Pharm Apparently from nodejs v12 onwards it automatically sets the heap limit dependent on the machine. I guess as a simple user I had sort of assumed everything automagically to be correct, but that's from v12 onwards. The internet says that in browsers you have hardly any control over the max heap setting, while in node.js you can use a command line switch, which is documented as 'not part of the official api so likely to change'. For now it will just be more RAM in the VPS...
I guess I should have known since I did a bit of nodejs development in the past...
Gidi Kroon
in reply to Gidi Kroon • •