Friendica 2022.10 released


It took a bit longer then expected, but we are very happy to announce the avail-ability of the new stable version of Friendica the “Giant Rhubarb” 2022.10. Kudos to everyone who made this release possible by their contributions! In addition to fixing bugs
in reply to Friendica News

First of all, thanks a lot for your awsome work. I really like friendica!
WIth the new release 2022.10 i get a lot of warnings ("cat: /proc/loadavg: Datei oder Verzeichnis nicht gefunden")
while executing the "worker.php".
Might this be a new feature?
My friendica instance is running on a provided server and unfortunately there is no /proc directory (linked/mounted).
I will suppress/ignore the error messages for a while.
I would be glad by a tip from anyone.
Thanks in advance.
in reply to utzer [Friendica]

My friendica instance runs on a webspace/light server.
"uname output" => Linux xb1.serverdomain.org 5.10.0-15-amd64 #1 SMP Debian 5.10.120-1 (2022-06-09) x86_64 GNU/Linux
"ls -al /proc" output => ls: Zugriff auf '/proc' nicht möglich: Datei oder Verzeichnis nicht gefunden
I will ask my webhoster for support. Maybe they can unlock/mount the proc directory. But I have just a little hope.
#1
in reply to Frank Schönfelder

@Frank Schönfelder ah, yes, hosting on webspace might work but is not endorsed. Depending on your Linux Skills and other needs I can suggest to use @uberspace.de instead, it costs 5€/mo at least, but they give you full CLI access, so it is much better for Friendica.
This entry was edited (3 years ago)
in reply to utzer [Friendica]

@Frank Schönfelder this /proc/loadavg is needed for the worker to know the current system load (I assume), but maybe there is some other way around this, I think this might be something @Michael Vogel or @Hypolite Petovan can answer, as at least Michael knows if there is some config parameter to circumvent this.