Friendica 2022.10 released


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 (Tuesday, October 18, 2022, 7:47 AM)
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.
in reply to Friendica News

Thank you very much @utzer ~Friendica~ for your pleasant and good support.
I asked my webhoster about /proc access and he denied it for the small product package i have.
So I'll wait a bit for response from @Michael Vogel or @Hypolite Petovan, if any. And think about my options.