Search
Items tagged with: Devuan
@Roland Häder @Michael Vogel @Schmaker @Friendica Support
If you are using PHP in apache (or likewise) and at cli, remember to check the alternative settings so you are running the correct version (the same version) of PHP.
E.g. update-alternatives (command can very on different flavours of Linux)
@Schmaker Yes, it might indicate, that the worker had tried to download a large video file or so and then parsed it in-memory. The worker is a CLI process, therefore you need to look in the proper php.ini
file. Here on my #Devuan Linux it is /etc/php/7.4/cli/php.ini
. Have you edited this file?
cc: @Michael Vogel
Since I moved server, I left behind my #Devuan install to restart from a #Debian 11 offered by my hosting provider which I immediately upgraded to Debian 12. This means I am back to #systemd land, and I'm already annoyed with it.
See, service mariadb [action]
calls mariadb-admin
that requires password-less root access (??) to localhost to do anything, which I don't allow for obvious security reasons.
On the other hand, systemctl [action] mariadb.service
doesn't rely on mariadb-admin
, but there's no graceful reload available either. 🤷♂️
I already miss /etc/init.d/mysqld [action]
.
This is because NextCloud refuses to upgrade more than one major version at a time, and on the upgrade path from PHP 7.4 to PHP 8.2, NextCloud version 25 supports neither of them.
Currently compiling a PHP 8.1 executable to hopefully run the version 25 upgrade console command before I move on to version 26 which supports PHP 8.2.
Phew 🥵
⇒ “This site is free of cookies and javascript”
Welcome to devuan.org | Devuan GNU+Linux Free Operating System
Free GNU+Linux base OS. Devuan is a fork of Debian without systemd. Devuan Bewoulf provides a safe upgrade path from Debian, to ensure the right to Init Freedom and avoid entanglement.Devuan GNU+Linux
The usual disclaimer:
We Devuan users don't "hate" #systemd. We just don't want to use it, for various reasons. Free Software is about choice.
https://lists.dyne.org/lurker/message/20211014.150033.e93e6ce5.en.html
And it is a shame that many programming languages are not so well backwards-compatible like #Java was. Yes, was. Until #Oracle stepped in and messed it up. I cannot launch #Payara application server under latest Java 13 version while the specification says it should. Java saves the binary version number inside the compiled
.class
file so the JVM will automatically switch to the older standard. It is a shame, what Oracle did here. So I still with Payara 4.1 and #OpenJDK 8 for a little longer.Yes, off-topic. But still relevant due to incompatible upgrades.